Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-11 | DCE3: add support for PCIEPHY (untested) | Alex Deucher | |
2008-03-11 | DCE3: add output attribute to enable/disable coherent mode | Alex Deucher | |
Enabled by default. The TMDS transmitter can be programmed slightly differently depending on the chips in the panel. If you have problems with tmds on a particular panel, try disabling it. | |||
2008-03-07 | AVIVO: clean up some unused variables | Alex Deucher | |
2008-03-06 | RADEON: fix tiling/interlaced interaction with randr 1.2 | Dave Airlie | |
2008-03-05 | AVIVO: Initial support for DCE 3.0 using atombios | Alex Deucher | |
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues. | |||
2008-03-01 | AVIVO: save/restore regs by block | Alex Deucher | |
Save/Restore the entire block for each output. This should fix VT switch problems. | |||
2008-02-29 | fix off-by-one in last commit | Alex Deucher | |
2008-02-28 | AVIVO: save/restore scaler regs | Alex Deucher | |
2008-02-28 | RS6xx: fix typos in previous commit | Alex Deucher | |
Noted by Maciej Cencora on IRC | |||
2008-02-28 | AVIVO: disable dithering on DFPs | Alex Deucher | |
This should fix the color banding some people have noticed. Also save/restore DDIA regs on RS6xx | |||
2008-02-22 | RS6xx: fix DDC on DDIA output (usually HDMI port) | Alex Deucher | |
2008-02-10 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios | Alex Deucher | |
Tested on my M10-based laptop. | |||
2008-02-03 | RADEON: rework i2c handling | Alex Deucher | |
Split out clk, data, and lock regs and masks. some cards use different regs and masks for each. For cards with ATOMBIOS, use the i2c bios table to grab the i2c data. | |||
2008-02-01 | RADEON: remove unused "aspect" scaler option | Alex Deucher | |
2008-02-01 | RADEON: Implement "center" mode for RMX on legacy radeons | Alex Deucher | |
2008-01-20 | RADEON: re-work i2c for DDC | Alex Deucher | |
Unify the radeon/avivo paths and grab the data/clk masks from bios if available | |||
2008-01-19 | RADEON: get dac2 adj values from the bios tables | Alex Deucher | |
2008-01-18 | use stand-alone drivers for each chip family. | George Sapountzis | |
Do not load the ati wrapper when the user specifies the sub-driver name in the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail and let each sub-driver speak for themselves. | |||
2008-01-18 | fixup register 6594 save/restore | Dave Airlie | |
2008-01-16 | ati wrapper: add DriverRec's and use them | George Sapountzis | |
2008-01-14 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-01-11 | Drop symbol lists from r128, radeon, theatre. | George Sapountzis | |
compile-tested only | |||
2008-01-10 | RADEON: clean up output handling | Alex Deucher | |
2008-01-02 | RADEON: add support for ATOM component video table | Alex Deucher | |
Component output is still not working. | |||
2007-12-12 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge and fix conflicts | |||
2007-12-12 | RADEON: fix cursors when using rotation | Alex Deucher | |
allocate separate cursor buffers for each crtc | |||
2007-12-11 | RADEON: handle HMDI properly (untested) and fix some merge leftovers | Alex Deucher | |
2007-12-11 | Merge branch 'master' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support fix conflicts | |||
2007-12-10 | Merge branch 'zaphod-lolz' of ↵ | Dave Airlie | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support Conflicts: src/radeon.h src/radeon_crtc.c src/radeon_driver.c src/radeon_output.c | |||
2007-12-07 | radeon: bring back zaphod all is forgiven. | Dave Airlie | |
You've whined, you've cried, you've nagged, and you're guilt trippin has made me do it... It actually wasn't as hard as I thought it would be. Still not perfect, couple of things to fix yet | |||
2007-12-07 | radeon: move savedreg/modereg into entity instead of info | Dave Airlie | |
2007-12-01 | RADEON: convert atombios connector table parsing to use ATOM structs | Alex Deucher | |
convert and add hpd info | |||
2007-11-30 | RADEON: remove unused cruft from last atom import | Alex Deucher | |
2007-11-26 | RADEON: first pass at TV/Component video | Alex Deucher | |
Untested and not likely to work just yet. | |||
2007-11-21 | RADEON: store devices ids from bios for each driver output | Alex Deucher | |
2007-11-20 | RADEON: switch to using ATOM defines for bios device table | Alex Deucher | |
2007-11-20 | r5xx: cleanups after last merge | Dave Airlie | |
2007-11-19 | fix logic in connector table check for TVs and switch counter to symbolic names | Alex Deucher | |
2007-11-18 | RADEON: unify connectortype handling | Alex Deucher | |
2007-11-18 | RADEON: unify DDC line handling | Alex Deucher | |
2007-11-18 | RADEON: step one in output rework | Alex Deucher | |
re-organize the output type | |||
2007-11-18 | WIP: new atom code comples. | Alex Deucher | |
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures. | |||
2007-11-11 | Add full parsing support for atom bios connector table | Alex Deucher | |
2007-11-09 | combine outputs based on id | Alex Deucher | |
2007-11-07 | fix and move crtc source set up atombios_output.c | Alex Deucher | |
it's really more output related. | |||
2007-11-06 | add additional connector types | Alex Deucher | |
2007-11-03 | Initial integration of Atom code and some of Dave's code. | Alex Deucher | |
ATOM builds, but it's not hooked up yet. | |||
2007-10-06 | radeon: add support for DDC type 6 | Dave Airlie | |
thanks to arekm on xorg-devel for testing/feedback | |||
2007-09-30 | RADEON: add support for ext tmds table and ext tmds chip init | Alex Deucher | |
This probably won't work on all chips as the various gpio lines seem to need special magic to to actually talk to the i2c slave chips. | |||
2007-09-22 | RADEON: RMX updates | Alex Deucher | |
- add option to turn off RMX - turn off RMX by default on DVI - add infrastructure to support more RMX modes |