summaryrefslogtreecommitdiff
path: root/src/radeon.h
AgeCommit message (Expand)Author
2007-08-23radeon: Sane handling of timeouts in WaitForVerticalSync(2).Alon Ziv
2007-08-09AGPFastWrite risk reduction.Luc Verhaegen
2007-08-04Clean up PortInfo to CRTC mappingLuc Verhaegen
2007-06-03radeon: disable vbl interrupts when no 3d is running on a new enough drmDave Airlie
2007-05-30rs480: more unknown regsDave Airlie
2007-05-29rs480: make second crtc work with magic number in magic register.Dave Airlie
2007-05-22radeon: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-21radeon: Suppress debugging output by default.Michel Dänzer
2007-03-20radeon: Only sync to hardware when really necessary with EXA.Michel Dänzer
2007-03-20radeon: Unify code to release the CP.Michel Dänzer
2007-03-15radeon: Fix build warnings.Michel Dänzer
2007-03-04radeon: add option to set pci aperture size from config fileDave Airlie
2007-02-16Add "DRI" optionAlex Deucher
2007-01-30add option to force the DRI on for RN50 chipsAlex Deucher
2006-12-08radeon: avoid unnecessary OUTPLL/INPLL calls when displaying videoRoland Scheidegger
2006-12-07radeon: Make cache flushing for R300 series less invasive.Michel Dänzer
2006-12-03move crtc to connector mapping to a connector to crtc mapping.Dave Airlie
2006-12-03radeon: dynamically allocate connectorsDave Airlie
2006-12-02make CRTCs malloc'ed rather than part of EntDave Airlie
2006-12-02move HasCRTC2 to pRADEONEnt from infoDave Airlie
2006-11-29radeon: bug #1462, predownscale to make HD video work.Roland Scheidegger
2006-11-17forgot SetPitch function is calledairlied
2006-11-17split mode handling code into separate modes source fileairlied
2006-11-12radeon: separate static controller setup from non-staticDave Airlie
2006-10-22Bug #6756: Attempt to fix repeat picture acceleration.Michel Daenzer
2006-10-15Disable all ouputs on initial mode set. The ones we want will getAlex Deucher
2006-10-15Remove paneloff option. This is already covered by monitorlayout andAlex Deucher
2006-10-15Remove Bioshotkeys option. Leave the bios as configured at boot.Alex Deucher
2006-10-01fix LVDS plus internal TMDSAlex Deucher
2006-09-30radeon: Add support for page flipping with EXA.Michel Dänzer
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-09-23radeon: add reverse display option to switch displays on non-mobility cardsAlex Deucher
2006-09-22radeon: add simple map controllers callDave Airlie
2006-09-18radeon: add tv dac adj lookupDave Airlie
2006-09-18radeon: add save/restore of some new registersAlex Deucher
2006-09-18radeon: restructure files along lines of Alex's superpatchAlex Deucher
2006-07-03Reserve HW cursor memory statically instead of from EXA offscreen.Michel Dänzer
2006-06-21Bug #7283: Build fixes for !defined(XF86DRI).Michel Dänzer
2006-06-18Implement accelerated EXA DownloadFromScreen hook.Michel Dänzer
2006-06-18Add Option "DepthBits".Michel Dänzer
2006-06-15Fix semantic glitches pointed out by gcc -Wall.Michel Dänzer
2006-06-15fix more printf formatsDave Airlie
2006-06-15Fix some implicit function declarations.Michel Dänzer
2006-05-01Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> PatchMichel Daenzer
2006-04-26Make the ATI driver use the PCI BAR size to determine the MMIO registerDave Airlie
2006-04-21Add support for backing up the PCIE GART table on VT switch. This makesDave Airlie
2006-04-01- Fix dpi when switching from clone to dualhead with MergedFB.Alex Deucher
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
2006-03-15Fix various issues with DRI & server recycle by putting DRICloseSreen inBenjamin Herrenschmidt
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt