summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
AgeCommit message (Collapse)Author
2008-03-11DCE3: add support for PCIEPHY (untested)Alex Deucher
2008-03-11DCE3: add output attribute to enable/disable coherent modeAlex 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-07AVIVO: clean up some unused variablesAlex Deucher
2008-03-06RADEON: fix tiling/interlaced interaction with randr 1.2Dave Airlie
2008-03-05AVIVO: Initial support for DCE 3.0 using atombiosAlex Deucher
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues.
2008-03-01AVIVO: save/restore regs by blockAlex Deucher
Save/Restore the entire block for each output. This should fix VT switch problems.
2008-02-29fix off-by-one in last commitAlex Deucher
2008-02-28AVIVO: save/restore scaler regsAlex Deucher
2008-02-28RS6xx: fix typos in previous commitAlex Deucher
Noted by Maciej Cencora on IRC
2008-02-28AVIVO: disable dithering on DFPsAlex Deucher
This should fix the color banding some people have noticed. Also save/restore DDIA regs on RS6xx
2008-02-22RS6xx: fix DDC on DDIA output (usually HDMI port)Alex Deucher
2008-02-10RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM biosAlex Deucher
Tested on my M10-based laptop.
2008-02-03RADEON: rework i2c handlingAlex 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-01RADEON: remove unused "aspect" scaler optionAlex Deucher
2008-02-01RADEON: Implement "center" mode for RMX on legacy radeonsAlex Deucher
2008-01-20RADEON: re-work i2c for DDCAlex Deucher
Unify the radeon/avivo paths and grab the data/clk masks from bios if available
2008-01-19RADEON: get dac2 adj values from the bios tablesAlex Deucher
2008-01-18use 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-18fixup register 6594 save/restoreDave Airlie
2008-01-16ati wrapper: add DriverRec's and use themGeorge Sapountzis
2008-01-14Merge branch 'master' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-01-11Drop symbol lists from r128, radeon, theatre.George Sapountzis
compile-tested only
2008-01-10RADEON: clean up output handlingAlex Deucher
2008-01-02RADEON: add support for ATOM component video tableAlex Deucher
Component output is still not working.
2007-12-12Merge 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-12RADEON: fix cursors when using rotationAlex Deucher
allocate separate cursor buffers for each crtc
2007-12-11RADEON: handle HMDI properly (untested) and fix some merge leftoversAlex Deucher
2007-12-11Merge branch 'master' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support fix conflicts
2007-12-10Merge 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-07radeon: 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-07radeon: move savedreg/modereg into entity instead of infoDave Airlie
2007-12-01RADEON: convert atombios connector table parsing to use ATOM structsAlex Deucher
convert and add hpd info
2007-11-30RADEON: remove unused cruft from last atom importAlex Deucher
2007-11-26RADEON: first pass at TV/Component videoAlex Deucher
Untested and not likely to work just yet.
2007-11-21RADEON: store devices ids from bios for each driver outputAlex Deucher
2007-11-20RADEON: switch to using ATOM defines for bios device tableAlex Deucher
2007-11-20r5xx: cleanups after last mergeDave Airlie
2007-11-19fix logic in connector table check for TVs and switch counter to symbolic namesAlex Deucher
2007-11-18RADEON: unify connectortype handlingAlex Deucher
2007-11-18RADEON: unify DDC line handlingAlex Deucher
2007-11-18RADEON: step one in output reworkAlex Deucher
re-organize the output type
2007-11-18WIP: 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-11Add full parsing support for atom bios connector tableAlex Deucher
2007-11-09combine outputs based on idAlex Deucher
2007-11-07fix and move crtc source set up atombios_output.cAlex Deucher
it's really more output related.
2007-11-06add additional connector typesAlex Deucher
2007-11-03Initial integration of Atom code and some of Dave's code.Alex Deucher
ATOM builds, but it's not hooked up yet.
2007-10-06radeon: add support for DDC type 6Dave Airlie
thanks to arekm on xorg-devel for testing/feedback
2007-09-30RADEON: add support for ext tmds table and ext tmds chip initAlex 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-22RADEON: RMX updatesAlex Deucher
- add option to turn off RMX - turn off RMX by default on DVI - add infrastructure to support more RMX modes