summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
AgeCommit message (Expand)Author
2009-02-26R6xx/R7xx: use shadowfb if DRI is disabledAlex Deucher
2009-02-26Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/x...Alex Deucher
2009-02-26RS600: enable the DRI by defaultAlex Deucher
2009-02-23RS600: fix up MC setupAlex Deucher
2009-02-19RBBM_GUICNTL is pre-r6xx onlyAlex Deucher
2009-02-19Don't write new HDP location until we've written the new FB locationAlex Deucher
2009-02-19radeon: one more 32 -> 64 just to be safeAlex Deucher
2009-02-19R6xx/R7xx: fix up a few more pathsAlex Deucher
2009-02-19Fix MC setup on systems with more than 512 MB of VRAMAlex Deucher
2009-02-19R6xx/R7xx: wait for MC idle when changing the MCAlex Deucher
2009-02-18R6xx/R7xx: reset 3D state after VT switchAlex Deucher
2009-02-18R6xx/R7xx: fixup accel pathsAlex Deucher
2009-02-18ATOM: reset crtc initialized flag on CloseScreen()Alex Deucher
2009-02-17ATOM: don't unblank uninitialized crtcsAlex Deucher
2009-02-15GART: Save/restore GART table consistently.David Miller
2009-02-12AVIVO: fix dualhead/rotation for realAlex Deucher
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2009-02-02AVIVO: Save/restore vga pll registersWolke Liu
2009-01-30rs780: include RS780 in the InitMemory to leave aloneairlied
2009-01-24Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen hooks.Michel Dänzer
2008-12-22atombios/tv: add an option to enable atom tv-out for users.Dave Airlie
2008-12-15Remove remnants of unused DDCMode optionAlex Deucher
2008-12-15Remove mention of MergedFB from server logAlex Deucher
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-11-25Catch unsubstituted macro for PCI region base accessEygene Ryabinkin
2008-11-25[PATCH] radeon: Fix PCI usage of 32-bit driver on 64-bit platformBenjamin Herrenschmidt
2008-11-24Get hardcoded edid from the bios for servers that support itAlex Deucher
2008-10-03Add support for DDC via atom commands for RV410Alex Deucher
2008-10-01proper fix for initial rotationAlex Deucher
2008-10-01Workaround to make initial rotation workAlex Deucher
2008-09-30Fix -Werror build.Michel Dänzer
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
2008-08-25Move DRI to a separate structAlex Deucher
2008-08-25Move accel state to a separate structAlex Deucher
2008-08-25Move CP into a separate structAlex Deucher
2008-08-08Fix VT switching on M6 chipsAlex Deucher
2008-07-29Increase default GART size to 32MB on >=R300Brice Goglin
2008-07-21First pass at InitDispBandwidth() for AVIVO chipsAlex Deucher
2008-07-21Interlaced mode fixups for AVIVO chipsAlex Deucher
2008-07-17Fix console switch on R500Benjamin Herrenschmidt
2008-07-13Only declare local variable when it's used.Michel Dänzer
2008-07-08atombios: add support for other endians.Benjamin Herrenschmidt
2008-07-08rv770 initial supportDave Airlie
2008-07-04Revert "rotate: fix rotation in conf file."Alex Deucher
2008-07-03rotate: fix rotation in conf file.Dave Airlie
2008-07-03radeon: drop all use of CPMode.Dave Airlie
2008-06-30RS4xx: enable the DRI by default on all variantsAlex Deucher
2008-06-20r600: don't add fb offset here to make shadowfb work.Dave Airlie
2008-06-05radeon: fix typo in memory calcsDave Airlie
2008-06-03Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework.Michel Dänzer