Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |
2006-12-03 | add more functions from i830 driver | airlied | |
This adds more generic functions from the i830 driver to the radeon | |||
2006-12-03 | add generic mode handling code from Intel driver | airlied | |
2006-12-03 | move monitor detection into single function | Dave Airlie | |
2006-12-03 | make DDC function more generic | airlied | |
2006-12-03 | re-program bios 4 scratch so we know if the LCD panel is there post startup | Dave Airlie | |
2006-12-03 | move crtc to connector mapping to a connector to crtc mapping. | Dave Airlie | |
Still not allowing any clone modes, but heading in the correct direction I hope... there is a chance this will regress something from superpatch.. | |||
2006-12-03 | radeon: dynamically allocate connectors | Dave Airlie | |
2006-12-02 | make CRTCs malloc'ed rather than part of Ent | Dave Airlie | |
This is leading towards randr-1.2 believe me :-) | |||
2006-12-02 | move HasCRTC2 to pRADEONEnt from info | Dave Airlie | |
2006-12-01 | Make log file output clear about origin of used overlay scaler buffer width. | Michel Dänzer | |
2006-12-01 | Increase default overlay scaler buffer width for RV350. | Michel Dänzer | |
Works with 1920x1080 video on my M10. | |||
2006-12-01 | Fix build warning. | Michel Dänzer | |
2006-11-29 | radeon: bug #1462, predownscale to make HD video work. | Roland Scheidegger | |
Use the overlay scaler's predownscale capability to make videos with large horizontal resolution work if it exceeds the scaler buffer width. Make the scaler buffer width user-configurable since we don't know it for all chips, and using predownscaling may otherwise reduce quality even if it wouldn't be needed. This should fix bug #1462. | |||
2006-11-28 | fixup EXA after previous commit | airlied | |
2006-11-28 | radeon: initial move framebuffer away from zero prep. | airlied | |
In theory the driver should be able to handle the front buffer not at VRAM 0 In practice it didn't.. this is cleanup for at least XAA parts of the driver to allow for the frontbuffer to move. It has to re-organise a large part of ScreenInit so things happen in the correct order otherwise some things get setup in-correctly. (not sure EXA with fb not at 0 works yet...) | |||
2006-11-22 | clean up previous VIP commit. | Alex Deucher | |
2006-11-22 | Don't mess with the VIP bus on mobility chips. Seems to cause fan | Alex Deucher | |
problems on asus laptops (see bug 7463). We don't support video-in on any laptops at the moment anyway. | |||
2006-11-22 | enable i2c for PCI_CHIP_RV250_If. allows AIW fuctionality to work. | Alain Péteut | |
patch and testing from Alain Péteut | |||
2006-11-19 | radeon: Bug #8989: Fix page flipping artifacts with XAA. | Michel Dänzer | |
We still have to force-sync the pages on enabling page flipping with XAA as the second page may have been clobbered by the offscreen pixmap cache since they were last synced. | |||
2006-11-19 | Fix compile warnings. | Michel Dänzer | |