summaryrefslogtreecommitdiff
path: root/src/rhd_dri.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-20R5xx DRI: increase CP timeout.Luc Verhaegen1-46/+17
2008-07-20R5xx Accel: split r5xx2DInfo into XAA and EXA specific structs.Luc Verhaegen1-3/+3
2008-06-22Add more verbose debugging information.Egbert Eich1-0/+3
2008-06-02Don't free BusID before it's used in error message.David Morrison1-1/+2
2008-05-29dri: move ansi-c header inclusion to correct location.Matthias Hopf1-8/+8
2008-05-29MC: never reread rhdPtr->FBIntAddress.Luc Verhaegen1-7/+0
2008-05-27DRI: fix segfault when out of FB and some further fixes.Luc Verhaegen1-119/+101
2008-05-27dri: Big function renaming.Matthias Hopf1-150/+150
2008-05-27Set FbIntAddress after DRM init + after EnterVT again.Matthias Hopf1-5/+2
2008-05-27Updated copyrights + authorshipMatthias Hopf1-9/+16
2008-05-27dri: Moved DRI driver private data structs back to radeon_dri.hMatthias Hopf1-25/+57
2008-05-27dri: Nuked (dysfunctional) page flipping codeMatthias Hopf1-360/+29
2008-05-27dri: Incomplete RADEONAdjustMemMapRegisters replacement.Matthias Hopf1-69/+14
2008-05-27dri: Fix updated RADEONInitVisualConfigs.Matthias Hopf1-2/+5
2008-05-27dri: errno is wrapped in xf86_ansic, so drm returns are not compatible.Matthias Hopf1-1/+1
2008-05-27dri: More cleanupMatthias Hopf1-96/+11
2008-05-27dri: Implement DRM cleanup, LeaveVT, EnterVT support.Matthias Hopf1-125/+153
2008-05-27dri: Cleanup of RADEONInitVisualConfigs().Matthias Hopf1-123/+23
2008-05-27dri: Add some initial code for r6xx initialization.Matthias Hopf1-6/+14
2008-05-27dri: Big cleanup (1)Matthias Hopf1-923/+129
2008-05-27dri: Remove initialization of deprecated drm elements.Matthias Hopf1-20/+2
2008-05-27dri: Fix framebuffer reference for drm.Matthias Hopf1-1/+1
2008-05-27dri: Working DRI support for RS690Matthias Hopf1-22/+45
2008-05-27dri: Fix obvious segfaults + requirements for RS690.Matthias Hopf1-13/+18
2008-05-27Set (and use) MMIOPCIAddress and FbPCIAddress.Matthias Hopf1-11/+7
2008-05-27dri: Massive code update. Compiles, but untested.Matthias Hopf1-128/+977
2008-05-27dri: First compilable versionMatthias Hopf1-158/+214
2008-05-27dri: Initial commit of source files from radeon driver.Matthias Hopf1-0/+2216