Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Handle .99 in version patch level. | George Sapountzis | |
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 | |
2006-10-15 | Disable all ouputs on initial mode set. The ones we want will get | Alex Deucher | |
enabled by RADEONEnableDisplay(). | |||
2006-10-15 | Rework the output init code. Divide into separate functions | Alex Deucher | |
for each output. | |||
2006-10-15 | Remove paneloff option. This is already covered by monitorlayout and | Alex Deucher | |
shouldn't be needed with xrandr++. Also remove commented out Bioshotkey code. | |||
2006-10-15 | Remove Bioshotkeys option. Leave the bios as configured at boot. | Alex Deucher | |
Most distros enable this option by defalt anyway, and with xrandr++ it won't be an issue anyway. | |||
2006-10-15 | radeon: Use xf86XVFillKeyHelperDrawable() when available. | Michel Dänzer | |
2006-10-15 | radeon: Track screen damage all the time for page flipping. | Michel Dänzer | |
This way we don't ever have to forcedly synchronize the pages so we hopefully never clobber one page's contents when we shouldn't. | |||
2006-10-14 | radeon: Don't try to synchronize pages when the CP isn't running. | Michel Dänzer | |
Also move the DamageEmpty() call into RADEONDRIRefreshArea(). | |||
2006-10-06 | always turn on DAC for scanning the CRT connect. | Dave Airlie | |
Ubuntu 63994 - myself and BenH discussed this as a good idea on irc | |||
2006-10-04 | update version number to 6.6.99 in preparation for a 6.7 branch at some stage | Dave Airlie | |
2006-10-03 | FP timing regs required for both internal and external TMDS | Alex Deucher | |
2006-10-03 | remove bogus registers | Alex Deucher | |
2006-10-03 | [mach64] Fix build for !defined(USE_EXA). | George Sapountzis | |
2006-10-02 | Bug 6242: [mach64] Use private DMA buffers. | George Sapountzis | |
Map the DMA buffers read-only. This eliminates a security problem where a client can alter the contents of the DMA buffer after submission to the DRM. | |||
2006-10-01 | fix LVDS plus internal TMDS | Alex Deucher | |
2006-10-01 | Fix radeon vs fbdev pitch calculation. | David Woodhouse | |
Fetch the correct displayWidth from fbdevhw after setting the mode. | |||
2006-09-30 | radeon: Add support for page flipping with EXA. | Michel Dänzer | |
Also use the damage layer directly instead of via shadowfb and blit dirty rectangles to the second page in LeaveServer in order to try and improve the tradeoff between performance and correctness. |