summaryrefslogtreecommitdiff
path: root/src/radeon.h
AgeCommit message (Expand)Author
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
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt
2006-01-08Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)Adam Jackson
2005-11-09Fix DoLoadableServer NO build.Kevin E Martin
2005-10-09Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901Dave Airlie
2005-09-20Only include radeon_dri.h & radeon_sarea.h if XF86DRI is defined.Alan Coopersmith
2005-09-17Switch radeon driver to using a card type rather than having a IsPCI flag,Dave Airlie
2005-09-12Move GART offset/size outside XAADave Airlie
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt
2005-09-11Add support for allocating PCI GART table in framebuffer memory. This isDave Airlie
2005-07-01- fix depth tiling for r3/4xx chips (Aapo Tahkola)Alex Deucher