History log of /haiku/src/add-ons/accelerants/radeon/monitor_detection.c
Revision Date Author Comments
# 494fe5a4 01-Jul-2015 Philippe Saint-Pierre <stpere@gmail.com>

CID 1273484: Use bitwise operator to verify bitmask


# 167caf60 20-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

When switching ports, the code forgot to also switch the detected flatpanel
parameters. This caused ticket #1732 for me. At another place in the code,
the native resolution is added to the supported mode list and there it is
hardcoded to the first flatpanel info.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26540 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13a81299 12-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22516 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 93a1ccab 19-Sep-2007 Axel Dörfler <axeld@pinc-software.de>

* Separated I2C from DDC a bit more.
* i2c_bus now contains a i2c_timing structure, so that you don't need
both to talk to the I2C bus.
* Therefore, there is now a void ddc2_init_timing() function to get the
the timing DDC needs.
* Cleanup in radeon's monitor_detection.c, and updated it to work with
the DDC/I2C changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22265 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f9a5b215 13-Aug-2007 Axel Dörfler <axeld@pinc-software.de>

Committed patch by Euan Kirkhope to improve routing problems with Radeon cards;
this should fix bug #1293.
I've tested it here on two machines, one works better now, the other stayed the
same (Radeon 9250, and a laptop FireGL (id 4c66) version). This apparently also
fixed bug #1394.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21930 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b8fb3d17 01-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

Patch by Euan Kirkhope:
Monitor Routing rework
* mostly to fix my issues with dual monitors VGA + DVI which didn't work! ;)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20275 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8841d8bc 01-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

First of a set of patches by Euan Kirkhope:
* Headers updated
* PLL errata workarounds
* Radeon asic type overhaul (consolidated)
* Device IDs Updated.
* support for X-series devices with legacy bios type
* minor tidy ups / compiler warnings (casts)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20271 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 707e075a 04-Nov-2006 Bruno G. Albuquerque <bga@bug-br.org.br>

- Added support for Radeon Mobility 9600/9700 (0x4e50).
- Corrected wrong ID association (0x4e50 is M11-based, not M10-based).
- Implemented fixed dividers support for laptop panel refresh rate.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19209 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e02e12de 01-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Updated radeon driver to the latest BeBits release 5.1.0.1.
Probably only works under Haiku due to the new area flags.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12219 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a37e4c1 15-Jul-2004 shadow303 <shadow303@nowhere.fake>

Upgrade to version 4.1 of radeon driver.
Includes some common routines which can be used by other accelerants.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8406 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 494fe5a431e984444293be8469d0d96bd0303574 01-Jul-2015 Philippe Saint-Pierre <stpere@gmail.com>

CID 1273484: Use bitwise operator to verify bitmask


# 167caf601e89398b4c6f5a83cf7988f841243888 20-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

When switching ports, the code forgot to also switch the detected flatpanel
parameters. This caused ticket #1732 for me. At another place in the code,
the native resolution is added to the supported mode list and there it is
hardcoded to the first flatpanel info.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26540 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13a81299f1871c4b6786bf07808cd05aae77b5a7 12-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22516 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 93a1ccabb982a7cbe20ded2f02fdc7ffa4950af6 19-Sep-2007 Axel Dörfler <axeld@pinc-software.de>

* Separated I2C from DDC a bit more.
* i2c_bus now contains a i2c_timing structure, so that you don't need
both to talk to the I2C bus.
* Therefore, there is now a void ddc2_init_timing() function to get the
the timing DDC needs.
* Cleanup in radeon's monitor_detection.c, and updated it to work with
the DDC/I2C changes.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22265 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f9a5b215cd501744b1ede0d783b66efad7e4642e 13-Aug-2007 Axel Dörfler <axeld@pinc-software.de>

Committed patch by Euan Kirkhope to improve routing problems with Radeon cards;
this should fix bug #1293.
I've tested it here on two machines, one works better now, the other stayed the
same (Radeon 9250, and a laptop FireGL (id 4c66) version). This apparently also
fixed bug #1394.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21930 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b8fb3d1705d9290842af96439080560891a8f6ac 01-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

Patch by Euan Kirkhope:
Monitor Routing rework
* mostly to fix my issues with dual monitors VGA + DVI which didn't work! ;)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20275 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8841d8bcd10e4d7c965bf717de349b07c9df7d6f 01-Mar-2007 Axel Dörfler <axeld@pinc-software.de>

First of a set of patches by Euan Kirkhope:
* Headers updated
* PLL errata workarounds
* Radeon asic type overhaul (consolidated)
* Device IDs Updated.
* support for X-series devices with legacy bios type
* minor tidy ups / compiler warnings (casts)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20271 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 707e075a41392798e88820af691ed16aed70cd04 04-Nov-2006 Bruno G. Albuquerque <bga@bug-br.org.br>

- Added support for Radeon Mobility 9600/9700 (0x4e50).
- Corrected wrong ID association (0x4e50 is M11-based, not M10-based).
- Implemented fixed dividers support for laptop panel refresh rate.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19209 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e02e12de8ae0968a8772190f7ebbfb4b35d26e00 01-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Updated radeon driver to the latest BeBits release 5.1.0.1.
Probably only works under Haiku due to the new area flags.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12219 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a37e4c1cf59b445e309a3880ceed82d25a0d107 15-Jul-2004 shadow303 <shadow303@nowhere.fake>

Upgrade to version 4.1 of radeon driver.
Includes some common routines which can be used by other accelerants.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8406 a95241bf-73f2-0310-859d-f6bbb57e9c96