Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-13 | RADEON: remove hardcoded output limit and PortInfo stuff | Alex Deucher | |
2007-05-11 | RADEON: Move LVDS, TMDS, DAC properties to the output rec | Alex Deucher | |
2007-05-08 | Merge branch 'master' into randr-1.2 and fix conflicts | Alex Deucher | |
2007-05-07 | RADEON - update randr cursor handling, LVDS setup fix | Alex Deucher | |
- quick fix for the cursor handling to update to the latest server bits - make sure connector type is CONNECTOR_PROPRIETARY for LVDS. | |||
2007-04-22 | radeon: add support for DDC on some laptop chipsets | Dave Airlie | |
I noticed fglrx has DDC for the panel in the rs480 laptop, however radeon didn't pick it up, so I valgrinded fglrx and spotted 0x1a0/0x1a4 accesses I actually noticed this before from the BIOS but never figured it out. So now I get DDC from the LCD on this laptop. | |||
2006-12-03 | radeon: dynamically allocate connectors | Dave Airlie | |
2006-09-30 | radeon: Check ROM more thoroughly before treating it as an x86 BIOS. | Roland Scheidegger | |
This prevents the ROMs on some Mac cards getting treated as x86 BIOSen, resulting in garbage values. | |||
2006-09-25 | remove all CVS annotations from the ATI driver files | Dave Airlie | |
2006-05-03 | Enable decoding of version 4 TMDS PLL config tables, they actually work, | Benjamin Herrenschmidt | |
the problem in the comment only concerned pre-production cards that Hui tested apparently. Also set back the default value to what it was initially, fixes some more cards that don't have a proper table (Mac Mini for example) | |||
2006-03-22 | Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc | Kristian Høgsberg | |
symbols directly. The xf86* versions aren't supposed to be used directly. Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | |||
2005-12-09 | Bug #3869: Don\'t walk off the end of an array in connector detection.MODULAR_COPY | Adam Jackson | |
(Eric Anholt) | |||
2005-08-25 | Fix bug in Radeon connector table parsing -- parse all entries, not just | Daniel Stone | |
the first. (Ben Herrenschmidt) | |||
2005-07-11 | Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-03-24 | - radeon PLL access errata workarounds (Benjamin Herrenschmidt, acked by | Alex Deucher | |
Hui Yu) | |||
2004-12-12 | - only mess with Dynamicclocks on mobility chips (Benh, me) bug 1912 | Alex Deucher | |
- fix display detection (Hui Yu) bug 1559 - Add new option "BIOSHotkeys" to allow the bios to control output switching (off by default) bug 2000 - update the savage man page to document the "CrtOnly" option | |||
2004-07-30 | Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300. | Hui YU | |
Add special handlings for DELL triple-head server (RV100). Misc. bug fixes for flat panel, host aperture, etc (Bug #946) |