Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-19 | ATOM: Use LVDS edid from bios if available | Alex Deucher | |
2008-01-02 | RADEON: various avivo tv-out related clean-ups | Alex Deucher | |
2008-01-02 | RADEON: add support for ATOM component video table | Alex Deucher | |
Component output is still not working. | |||
2007-12-17 | radeon: cleanup pitch calculation and make r600 work again | Dave Airlie | |
2007-11-18 | RADEON: step one in output rework | Alex Deucher | |
re-organize the output type | |||
2007-10-25 | RADEON: clean up mode handling and improve reliability of DDC | Alex Deucher | |
- Reduce the number of times we do DDC and don't skip the magical GPIO dance when doing DDC. - If no DDC modes are found, add the screen modes | |||
2007-10-17 | RADEON: Remove LVDSBiosNativeMode Option | Alex Deucher | |
Shouldn't be needed any longer as I've finally sorted out the LVDS issues due to the crtc setup. | |||
2007-10-11 | RADEON: fix potential crash in mode handling | Alex Deucher | |
2007-10-07 | RADEON: still more LVDS fixes | Alex Deucher | |
Seems some laptops need the native mode from the bios for LVDS while others seem to prefer a CVT mode. Add an option to pick the preferred mode. The default it to use the bios table timing. | |||
2007-10-03 | RADEON: Finally sort out LVDS modes | Alex Deucher | |
- The panel timing from the bios tables is for the crtc, not the native panel mode, so add cvt modes for the panel and fix up the crtc values in mode_fixup(). - rename and reconfigure RADEONValidateFPModes() to what it really does: add screen modes. I suppose for backwards compatibility we ought to add the screen modes to every reasonable output, but everyone should really use xrandr or an output monitor section to add custom modes. Hopefully this will go away at some point. | |||
2007-09-30 | RADEON: more work on LVDS mode validation and fixups | Alex Deucher | |
Hopefully this will fix up the weird mode issues with LVDS and native and RMX modes, but I can't seem to get quite the right combo to fix everyone. | |||
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-23 | RADEON: Rework LVDS mode validation | Alex Deucher | |
The old validation code wasn't really well suited to randr. This fixes several issues: - missing display size for panels with edid - broken duplicate modes | |||
2007-09-21 | RADEON: remove more old cruft | 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-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-06-28 | RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch() | Alex Deucher | |
2007-06-03 | randr-1.2: make native mode preferred | Dave Airlie | |
If we have a native mode from the BIOS make it preferred mode | |||
2007-05-30 | radeon: Lots of warning fixes. | Michel Dänzer | |
Move code where it's used, remove unused variables, etc. | |||
2007-05-13 | RADEON: several fixes | Alex Deucher | |
- give better DDC names - disable DAC if connector is DVI-D - fix indentation in ProbeDDCModes() | |||
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 | |
2007-04-21 | radeon: fix build on older server | Dave Airlie | |
2007-04-18 | Set sync polarity restriction flags even for non-"digital separate" monitors. | Matthias Hopf | |
According to Lisa Wu, this is correct regarding the VESA EEDID standard. Bugzilla #10620 (2), original patch by Lisa Wu @ATI | |||
2007-04-18 | Fix inconsistent use of Mode lists. | Matthias Hopf | |
Some scans used to only check every second entry, some stopped at the entry before the last entry. Bugzilla #10620 (1), original patch by Lisa Wu @ATI | |||
2007-04-04 | radeon: Always sort modes when adding to list. | Michel Dänzer | |
This makes sure mode lists will always be sorted from larger to smaller. | |||
2007-03-31 | 10205: Radeon driver's own mode validation code does not work properly | Henry Zhao | |
2007-03-31 | 9337: EDID modes do not participate in validation for CRT monitor | Henry Zhao | |
2007-02-25 | make radeon randr build against master server | Dave Airlie | |
2007-02-12 | fix LVDS by moving bios reading around | Dave Airlie | |
2007-02-02 | fixup mode probing a bit neater | David Airlie | |
2007-02-02 | move i2c buses into outputs | David Airlie | |
2007-02-01 | update to latest intel codebase modulo using their mode set | David Airlie | |
and it breaks my cursor | |||
2007-01-22 | remove unused merged code | Dave Airlie | |
2007-01-21 | remove alot more mergedfb support | Dave Airlie | |
2007-01-14 | use more randr-ish names for variables | Dave Airlie | |
2007-01-05 | minor randr1.2 fixups | Dave Airlie | |
2007-01-04 | fixup some function calls | Dave Airlie | |
2006-12-17 | fixup even more remnants of old code | Dave Airlie | |
2006-12-17 | fix remnant of old code | Dave Airlie | |
2006-12-17 | use getddcmodes properly | Dave Airlie | |
2006-12-17 | remove some code that moved into server | Dave Airlie | |
2006-12-16 | hook up mode detect to new randr code | Dave Airlie | |
2006-12-15 | bring over latest code from Intel git repo. | Dave Airlie | |
this code doesn't work yet just realigns with intel work | |||
2006-12-10 | hook up randr crtc setting | Dave Airlie | |
2006-12-04 | update radeon driver to Intel driver xf86Crtc interfaces | Dave Airlie | |
2006-12-03 | Add radeon randr 1.2 initial attempt at support | Dave Airlie | |
This doesn't do a huge amount yet | |||
2006-12-03 | move radeon over to not using X's mode management like the intel driver. | airlied | |
this builds and at least seems to pick a mode.. might be near to hooking up randr1.2 soon | |||
2006-12-03 | make radeon modes use generic code | airlied | |