summaryrefslogtreecommitdiff
path: root/src/rhd_dri.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Fix KMS test compilation.Matthias Hopf1-1/+3
2010-01-18Probe: Move KMS test to rhd_dri.c.Egbert Eich1-3/+33
2009-11-06DRI: Get number of pipes from DRM if possible.Egbert Eich1-2/+34
2009-09-02silence some compiler warningsMarc Dietrich1-18/+18
2009-08-17Use DRM and EXA by default on r6xx/r7xxYang Zhao1-13/+0
2009-07-21Remove superfluous function arguments.Egbert Eich1-13/+11
2009-06-29DRI: Fix VBlankInterrupt setting when not using RandR1.2.Luc Verhaegen1-5/+7
2009-04-09Fix resume from suspend for r6xx/r7xxYang Zhao1-5/+3
2009-04-09RHDDRIGetIntGARTLocation is called too often to be logged. Nuked RHDFUNC there.Matthias Hopf1-2/+0
2009-03-12RS600: fix page table size for rs600 as wellAlex Deucher1-3/+4
2009-03-12r600: fix sizing of PCI GART table for r600Dave Airlie1-1/+5
2009-03-10Enable DRI by default on R5xx chips.Matthias Hopf1-2/+2
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2009-02-27Fix RHDDRIGARTBaseGet to work with AGP based cardChristian Koenig1-7/+1
2009-02-27Add R6xx/R7xx AGP supportAlex Deucher1-42/+47
2009-02-27Warning fixesKevin Cody Jr1-1/+1
2009-02-27R6xx AGP not currently supportedAlex Deucher1-4/+9
2009-02-27R6xx/R7xx: Add initial EXA/Xv supportAlex Deucher1-14/+47
2008-12-12MC/Idle: ASSERT() the right setup order, don't change an unidled MC.Egbert Eich1-0/+3
2008-12-11Workaround for drm header mismatches (DEPRECATED and __user on Fedora 10)Matthias Hopf1-0/+5
2008-11-16DRI: Bail DRILeave/EnterVT() when drmFD == -1.Egbert Eich1-0/+6
2008-11-16DRI/CS: Set drmFD to -1 after closing the device.Egbert Eich1-0/+3
2008-11-11DRI: Exit RHDDRIScreenInit() with FALSE when init failed.Egbert Eich1-12/+22
2008-11-07DRI: SwapContext: Stop wanton XAA syncs.Luc Verhaegen1-2/+0
2008-11-01DRI: Keep rhdDri struct for server lifetime.Egbert Eich1-3/+5
2008-10-27Autoconf: Fix RandR12 changes.Luc Verhaegen1-0/+1
2008-10-13CS: Port over EXA code.Luc Verhaegen1-7/+52
2008-10-13CS: Port over and enable XAA.Luc Verhaegen1-1/+1
2008-10-13CS: introduce Command Submission infrastructure.Luc Verhaegen1-129/+256
2008-08-06Fix last commit for r5xx driAlex Deucher1-2/+6
2008-08-06Allow DRI initialization without 2D acceleration being active, again.Matthias Hopf1-15/+10
2008-08-062DAccel: Build fixes.Egbert Eich1-0/+4
2008-07-30Buildsystem: Make 'make distcheck' pass.Egbert Eich1-0/+2
2008-07-25Fix error message on CP Init failure.Matthias Hopf1-3/+3
2008-07-25DRI: Add more debugging output to DRI.Egbert Eich1-1/+33
2008-07-252D: Separate XAA from common accel code, separate func decls to XAA, EXA and ...Egbert Eich1-0/+1
2008-07-25DRI: Adjust files to build against the drm kernel headers.Egbert Eich1-1/+0
2008-07-25ACCEL: Move variable to track 3D engine state to rhdAccel and rename.Egbert Eich1-1/+1
2008-07-25DRI: If RHDDRIAllocateBuffers() fails free rhdDri data struct.Egbert Eich1-1/+3
2008-07-25DRI/EXA/XAA: Fix memory allocation for offscreen area.Egbert Eich1-7/+0
2008-07-25DRI: Replace pixel_code struct member by macro.Egbert Eich1-12/+10
2008-07-25DRI: Readd but comment out 2D init functions in rhd_dri.c.Egbert Eich1-1/+13
2008-07-25DRI: Keep rhdDri struct for server lifetime.Egbert Eich1-6/+3
2008-07-25DRI: Include kernel sarea.h and radeon_drm.h instead of radeon_sarea.h.Egbert Eich1-39/+31
2008-07-25CP: rename directRenderingInited to CPstarted and move from RHDRec to rhdDri.Egbert Eich1-6/+8
2008-07-25EXA: Consolidated further variables: accelDFS, gartLocation.Egbert Eich1-6/+13
2008-07-25DRI Test for EXA "download from screen" directly.Egbert Eich1-1/+5
2008-07-25Change variable 'info' to something more telling in rhd_dri.c.Egbert Eich1-323/+330
2008-07-25Remove the need for radeon_dripriv.h.Egbert Eich1-1/+0
2008-07-25Move rhdDri stuct to rhd_dri.h, rhdCP and CP macros struct to rhd_cp.h.Egbert Eich1-0/+1