Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-02 | fixup mode probing a bit neater | David Airlie | |
2007-02-02 | bring over setproperty from intel code | David Airlie | |
2007-02-02 | move i2c buses into outputs | David Airlie | |
2007-02-02 | fixup callers to crtcsetmode fixes my cursors | David Airlie | |
2007-02-02 | add locks for crtcs and some missing lines from intel update | David Airlie | |
2007-02-01 | update to latest intel codebase modulo using their mode set | David Airlie | |
and it breaks my cursor | |||
2007-02-01 | radeon: always reset cursor regs | David Airlie | |
2007-01-23 | remove unused restore palette function | Dave Airlie | |
2007-01-23 | remove isused and isactive | Dave Airlie | |
2007-01-23 | radeon: fixup problem with cursor not going off | David Airlie | |
Also fixup secondary dac detect to return unknown for now | |||
2007-01-23 | fixup init disp bandwidth | David Airlie | |
This probably break old-style dualhead badly | |||
2007-01-22 | removed even more mergedfb remains | Dave Airlie | |
2007-01-22 | remove more mergedfb relics | Dave Airlie | |
2007-01-22 | radeon: fixup some of the video code after randr | Dave Airlie | |
This may not be complete, I need to test on dual-head system later | |||
2007-01-22 | remove unused merged code | Dave Airlie | |
2007-01-22 | add back overlay CRTC chooser this may not work yet | Dave Airlie | |
2007-01-21 | remove alot more mergedfb support | Dave Airlie | |
2007-01-18 | remove mergedfb | Dave Airlie | |
2007-01-17 | move some cursor code around for show/hide | Dave Airlie | |
2007-01-17 | make dri work again | Dave Airlie | |
2007-01-17 | comment out unblanking on VT switch | Dave Airlie | |
2007-01-14 | radeon: get randr-1.2 mode switching mostly working on my laptop | Dave Airlie | |
The main change is to fix the dac macro + cntl register writes for rv350 and above, this still has a problem with resetting the same mode after connect disconnect cycle, need to talk to keithp | |||
2007-01-14 | use more randr-ish names for variables | Dave Airlie | |
2007-01-14 | radeon: move blank/unblank to use randr | Dave Airlie | |
2007-01-14 | disable dpms on/off as it was writing regs before we wanted to | Dave Airlie | |
2007-01-14 | radeon: destroy and fixup LVDS crtc | Dave Airlie | |
2007-01-05 | minor randr1.2 fixups | Dave Airlie | |
2007-01-05 | hook up DPMS through xf86 | Dave Airlie | |
2007-01-05 | set binding for new heads | Dave Airlie | |
2007-01-05 | fix LUT | Dave Airlie | |
2007-01-04 | fix uninitialized mode regs (bug 9495) | Roland Scheidegger | |
Since the reorganization of the mode setting code, the mode registers relying on state already set (by bios) were not read, thus clearing out all bits the driver does not touch. At the very least, this could lead to completely nonfunctional to misbehaving dvi output (see bug 9495). Fix this by using the SavedReg values, which also makes it more obvious that those are bits which were not set by the driver previously, but come from register readback. (cherry picked from 9506f7015a1e442f4ca0bd3bfae555ec7e8a5f37 commit) | |||
2007-01-04 | fix cursor handling | Dave Airlie | |
2007-01-04 | hook up crtc modesetting | Dave Airlie | |
2007-01-04 | fix typo | Dave Airlie | |
2007-01-04 | hook up detection of output | Dave Airlie | |
2007-01-04 | fixup some function calls | Dave Airlie | |
2007-01-04 | add more files for back compat | Dave Airlie | |
2007-01-04 | make restore mode non-static | Dave Airlie | |
2007-01-04 | more minor fixes to get radeon up to speed | Dave Airlie | |
2007-01-04 | bring radeon randr code inline with intel randr code | Dave Airlie | |
2006-12-17 | add setdpi call | Dave Airlie | |
2006-12-17 | add displayWidth set | Dave Airlie | |
2006-12-17 | add randr pre init | 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 | fix up output namings | 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 |