Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-12 | always create a second CRTC I think this should solve any problems | Dave Airlie | |
2007-01-04 | radeon: fixup fastwrites to be always off | Dave Airlie | |
My 8500 in i845 doesn't work with fastwrites even setup by the firmware. | |||
2007-01-04 | radeon: don't touch Controller[1] on single CRTC cards. | Dave Airlie | |
This might fix bug 9371 | |||
2007-01-03 | 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. | |||
2006-12-19 | Use portable XORG_RELEASE_VERSION macro. | George Sapountzis | |
2006-12-19 | radeon: Advertise 2D engine limits to EXA when we're not using the 3D engine. | Michel Dänzer | |
Also round up to the maximum width and height, as that's what EXA compares. | |||
2006-12-19 | radeon: Default to leaving AGP transfer mode and fast writes unchanged. | Michel Dänzer | |
Based on the assumption that firmware should have set up the card and host bridge appropriately for these settings, this may actually be safer, at least for the transfer rate; leaving fast writes enabled is hopefully safe as well, it certainly is on my sytem. See https://bugs.freedesktop.org/show_bug.cgi?id=9284 . | |||
2006-12-18 | Revert "Convert callers of LookupWindow() to dixLookupWindow()." | Eamon Walsh | |
This reverts commit 48ff33a1770f3684cd50184db8f1944a456d9974. | |||
2006-12-15 | Convert callers of LookupWindow() to dixLookupWindow(). | Eamon Walsh | |
2006-12-08 | radeon: avoid unnecessary OUTPLL/INPLL calls when displaying video | Roland Scheidegger | |
It is not necessary to always emit a OUTPLL/INPLL pair when we display a video frame. On some chips there are erratas for which the workarounds cause a 10ms delay by those calls. This is related to #5876 though those affected may suffer from other slowness issues too. | |||
2006-12-07 | radeon: Move Xv option handling code into RADEONPreInitXv(). | Michel Dänzer | |
This unclutters RADEONPreInit() somewhat, but more importantly moves comparison against info->ChipFamily after that's initialized. | |||
2006-12-07 | radeon: Make cache flushing for R300 series less invasive. | Michel Dänzer | |
Instead of calling the DRM CP idle ioctl, just emit the cache flush commands into the CP stream. | |||
2006-12-07 | Fix radeon compile warnings. | Michel Dänzer | |
2006-12-06 | radeon: fix up packed yuv broken by planar yuv patch | Roland Scheidegger | |
fix the forgotten leftuv value for packed yuv which is needed to get correct uv starting pixel (fixes broken clipping / non-null src start pixel as tvtime uses) | |||
2006-12-05 | radeon: use overlay scaler native planar yuv capability. | Roland Scheidegger | |
Radeons can do planar yuv just fine, there is no need to convert all data to packed yuv manually. This saves some cpu cycles as well as some (graphic card) ram. | |||
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 | |
2006-11-17 | forgot SetPitch function is called | airlied | |
2006-11-17 | split mode handling code into separate modes source file | airlied | |
2006-11-13 | fix up issue with bindings and mergedfb | David Airlie | |
2006-11-13 | [mach64] Prefer double-buffered visuals for GLX. | George Sapountzis | |
So that 3D apps apropriately fail in DRI... | |||
2006-11-13 | [mach64] Use asynchronous DMA mode by default. | George Sapountzis | |
2006-11-12 | radeon: abstract init display bandwidth from mergedfb | Dave Airlie | |
2006-11-12 | add radeon Init2 function, to abstract some mergedfb mode setting | Dave Airlie | |
2006-11-12 | add initial controller binding, remove uses of mergedfb test | Dave Airlie | |
2006-11-12 | radeon: separate static controller setup from non-static | Dave Airlie | |
2006-11-02 | Officially require libdrm 2.2.0 | George Sapountzis | |
Note that this is only for the headers at compile-time. The driver still uses libdrm 1.2.0 from Xserver at run-time. | |||
2006-10-26 | [mach64] EXA: reserve DRI buffers only when DRI is active. | George Sapountzis | |
2006-10-24 | radeon: set preferred modes | Dave Airlie | |
2006-10-23 | radeon: Pitch doesn't matter when height == 1. | Michel Dänzer | |
2006-10-22 | Bug #6756: Attempt to fix repeat picture acceleration. | Michel Daenzer | |
Always use normalized texture coordinates on R200 and fall back if a POT texture pitch doesn't match the HW's implicit pitch. | |||
2006-10-17 | improved results for mergedfb xrandr refresh rates - bug 6966 | Henry Zhao | |
2006-10-15 | fix bug 6966 (Henry Zhao, Shem Multinymous) | Henry Zhao | |
2006-10-15 | clean up magic number | Alex Deucher | |