summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-02fixup mode probing a bit neaterDavid Airlie
2007-02-02bring over setproperty from intel codeDavid Airlie
2007-02-02move i2c buses into outputsDavid Airlie
2007-02-02fixup callers to crtcsetmode fixes my cursorsDavid Airlie
2007-02-02add locks for crtcs and some missing lines from intel updateDavid Airlie
2007-02-01update to latest intel codebase modulo using their mode setDavid Airlie
and it breaks my cursor
2007-02-01radeon: always reset cursor regsDavid Airlie
2007-01-23remove unused restore palette functionDave Airlie
2007-01-23remove isused and isactiveDave Airlie
2007-01-23radeon: fixup problem with cursor not going offDavid Airlie
Also fixup secondary dac detect to return unknown for now
2007-01-23fixup init disp bandwidthDavid Airlie
This probably break old-style dualhead badly
2007-01-22removed even more mergedfb remainsDave Airlie
2007-01-22remove more mergedfb relicsDave Airlie
2007-01-22radeon: fixup some of the video code after randrDave Airlie
This may not be complete, I need to test on dual-head system later
2007-01-22remove unused merged codeDave Airlie
2007-01-22add back overlay CRTC chooser this may not work yetDave Airlie
2007-01-21remove alot more mergedfb supportDave Airlie
2007-01-18remove mergedfbDave Airlie
2007-01-17move some cursor code around for show/hideDave Airlie
2007-01-17make dri work againDave Airlie
2007-01-17comment out unblanking on VT switchDave Airlie
2007-01-14radeon: get randr-1.2 mode switching mostly working on my laptopDave 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-14use more randr-ish names for variablesDave Airlie
2007-01-14radeon: move blank/unblank to use randrDave Airlie
2007-01-14disable dpms on/off as it was writing regs before we wanted toDave Airlie
2007-01-14radeon: destroy and fixup LVDS crtcDave Airlie
2007-01-05minor randr1.2 fixupsDave Airlie
2007-01-05hook up DPMS through xf86Dave Airlie
2007-01-05set binding for new headsDave Airlie
2007-01-05fix LUTDave Airlie
2007-01-04fix 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-04fix cursor handlingDave Airlie
2007-01-04hook up crtc modesettingDave Airlie
2007-01-04fix typoDave Airlie
2007-01-04hook up detection of outputDave Airlie
2007-01-04fixup some function callsDave Airlie
2007-01-04add more files for back compatDave Airlie
2007-01-04make restore mode non-staticDave Airlie
2007-01-04more minor fixes to get radeon up to speedDave Airlie
2007-01-04bring radeon randr code inline with intel randr codeDave Airlie
2006-12-17add setdpi callDave Airlie
2006-12-17add displayWidth setDave Airlie
2006-12-17add randr pre initDave Airlie
2006-12-17fixup even more remnants of old codeDave Airlie
2006-12-17fix remnant of old codeDave Airlie
2006-12-17use getddcmodes properlyDave Airlie
2006-12-17fix up output namingsDave Airlie
2006-12-17remove some code that moved into serverDave Airlie
2006-12-16hook up mode detect to new randr codeDave Airlie
2006-12-15bring over latest code from Intel git repo.Dave Airlie
this code doesn't work yet just realigns with intel work