Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-09-19 | Revert "RADEON: initial pass at external TMDS support" | Alex Deucher | |
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now. | |||
2007-09-17 | RADEON: initial pass at external TMDS support | Alex Deucher | |
- Based on Dave Airlie's initial work and the dvo support in the intel driver. - Only sil164 is supported at the moment. - Once we get some testing and such, we ought to move the dvo drivers out of the drivers so they can be shared among all drivers - Doesn't seem to work on my card (r4xx ATOM) card ATM - Legacy bios table programming sequence not implemented yet | |||
2007-08-28 | RADEON: add option to force tmds pll to default table | Alex Deucher | |
Also rework the tmds pll output attribute handling a bit | |||
2007-08-28 | RADEON: Update tv attributes immediately | Alex Deucher | |
2007-08-27 | RADEON: make load detection an output attribute for analog outputs | Alex Deucher | |
Since TV/VGA/DVI-I can share the TV DAC, we often get false detection of all inputs that share that DAC. Make load detection an output attribute. Enabled by default on primary dac and on cards where tv dac is (usually) dedicated to tv (non-IGP mobilities). | |||
2007-08-27 | RADEON: make tmds pll an output attribute | Alex Deucher | |
sometimes the bios tmds plls are busted for certain monitors. sometimes the dirver tables are. Let the user pick at run time. | |||
2007-08-05 | RADEON: add tv out properties | Alex Deucher | |
2007-08-05 | RADEON: Major rework of BIOS table parsing | Alex Deucher | |
- greatly simplify ATOM and legacy connector table parsing - use bios tables to detect LVDS and TV outputs - add support for TV table parsing (legacy only) | |||
2007-07-29 | RADEON: Initial pass at integrated tv out support | Alex Deucher | |
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet. | |||
2007-05-26 | RADEON: first pass at rotation (not working yet) | Alex Deucher | |
- based heavily on intel | |||
2007-05-25 | RADEON: implement auto/analog/digital output property for DVI-I (untested) | Alex Deucher | |
2007-05-13 | RADEON: remove remnants of "old" multi-head support | Alex Deucher | |
The old screen based multi-head code is broken at this point and I have no intention of fixing it, so to clean things up I've removed it. | |||
2007-05-13 | RADEON: add new ConnectorTable option and re-add PanelSize option | Alex Deucher | |
2007-05-13 | RADEON: Remove dead code | Alex Deucher | |
2007-05-13 | RADEON: remove hardcoded output limit and PortInfo stuff | Alex Deucher | |
2007-05-11 | RADEON: Fix RMX after the last commit | Alex Deucher | |
2007-05-11 | RADEON: Move LVDS, TMDS, DAC properties to the output rec | Alex Deucher | |
2007-05-09 | randr checkpoint | Alex Deucher | |
- server still hangs if you start with external monitor connected - RMX not working - more than 2 outputs now possible (untested) | |||
2007-05-08 | Merge branch 'master' into randr-1.2 and fix conflicts | Alex Deucher | |