Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-19 | RADEON: grab pll_in_min/pll_in_max from bios tables if available | Alex Deucher | |
2008-01-10 | RADEON: clean up output handling | Alex Deucher | |
2008-01-05 | RADEON: Fix TVStandard option | Alex Deucher | |
2007-12-30 | atombios: add support for reading tv standard from atombios | Dave Airlie | |
fix typo in atombios header file | |||
2007-12-21 | RADEON: various cleanups | Arkadiusz Miskiewicz | |
2007-12-21 | RADEON: clean up prototypes | Alex Deucher | |
2007-12-21 | set ddc line correctly post-merge | Dave Airlie | |
2007-12-21 | Merge remote branch 'origin/atombios-support' | Dave Airlie | |
Conflicts: src/radeon_display.c src/radeon_driver.c | |||
2007-12-19 | RADEON: add support for legacy radeons with DVI and no connector table | Alex Deucher | |
2007-12-17 | Merge branch 'master' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts | |||
2007-12-13 | RADEON: rework PLL calculation | Alex Deucher | |
- Take into account the limits from the bios tables - Unify the PLL calculation between legacy and avivo chips | |||
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-11 | sparse fixes and cleanups from arekm | Arkadiusz Miskiewicz | |
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 | RADEON: bios PLL cleanup | Alex Deucher | |
2007-12-01 | RADEON: convert atombios connector table parsing to use ATOM structs | Alex Deucher | |
convert and add hpd info | |||
2007-11-23 | atombios: add initial object header parsing for r600 cards | Dave Airlie | |
2007-11-21 | RADEON: store devices ids from bios for each driver output | Alex Deucher | |
2007-11-20 | RADEON: fixup for bios tables with wrong connector types | Alex Deucher | |
2007-11-20 | RADEON: switch to using ATOM defines for bios device table | Alex Deucher | |
2007-11-19 | fix logic in connector table check for TVs and switch counter to symbolic names | Alex Deucher | |
2007-11-19 | Don't assign a gpio for TV | Alex Deucher | |
2007-11-19 | CRTs/DFPs may share a DVI port, but TV and CV don't | Alex Deucher | |
2007-11-18 | fix typo in loop | Alex Deucher | |
2007-11-18 | RADEON: unify connectortype handling | Alex Deucher | |
2007-11-18 | RADEON: unify DDC line handling | Alex Deucher | |
2007-11-17 | WIP: more new ATOM integration work | Alex Deucher | |
2007-11-16 | WIP: sync up with the latest ATOM bios code in rhd | Alex Deucher | |
doesn't compile ATM | |||
2007-11-11 | fix from last commit | Alex Deucher | |
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-06 | First round of avivo support | Alex Deucher | |
2007-11-04 | WIP: get ATOM crtc stuff working on r4xx | Alex Deucher | |
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2007-11-03 | More of Dave's ATOM init code. | Alex Deucher | |
2007-10-10 | RADEON: more XPRESS connector table hacks | Alex Deucher | |
Seems XPRESS desktop chips with DVI-D list a proprietary connector type rather than DVI-D. try and do the right thing. Also, XPRESS chips seem to include connector type 8 and ddc type 8 which are unknown at this time. | |||
2007-10-06 | radeon: add support for DDC type 6 | Dave Airlie | |
thanks to arekm on xorg-devel for testing/feedback | |||
2007-10-04 | radeon: Fix compile warnings. | Michel Dänzer | |
2007-10-04 | radeon: Fix for pci-rework. | Michel Dänzer | |
Surprisingly easy, thanks to George's pci-rework changes. | |||
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-30 | RADEON: remove cruft | Alex Deucher | |
2007-09-24 | RADEON: more clean up of mode code | Alex Deucher | |
also print out LVDS mode info from bios for both legacy and atom bioses | |||
2007-09-19 | RADEON: fix external TMDS parsing in legacy bios connector table | Alex Deucher | |
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: XPRESS connector tables are crap | Alex Deucher | |
besides specifying the pimary DAC (which they don't have), most seem to specify DDC_CRT2 for DDC, which does not seem to ever work. Some have reported success with DDC_MONID so lets give that a try. | |||
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-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. |