summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-04Added missing radeon_dri.h to Makefile.amMatthias Hopf1-1/+1
2008-06-02Fix check for wrong macro in git-version.sh.David Morrison1-1/+1
2008-06-02Don't free BusID before it's used in error message.David Morrison1-1/+2
2008-05-29Fix build process with DRI disabled.Matthias Hopf2-4/+21
2008-05-29MC: Mark local functions static.Egbert Eich1-58/+58
2008-05-29dri: move ansi-c header inclusion to correct location.Matthias Hopf1-8/+8
2008-05-29MC: never reread rhdPtr->FBIntAddress.Luc Verhaegen5-51/+29
2008-05-28connector: bad paste in cases of switch in rhdConnectorSynthName.Luc Verhaegen1-2/+1
2008-05-27DRI: fix segfault when out of FB and some further fixes.Luc Verhaegen1-119/+101
2008-05-27dri: Big function renaming.Matthias Hopf3-172/+165
2008-05-27Set FbIntAddress after DRM init + after EnterVT again.Matthias Hopf4-22/+36
2008-05-27Updated copyrights + authorshipMatthias Hopf2-20/+21
2008-05-27dri: Moved DRI driver private data structs back to radeon_dri.hMatthias Hopf3-140/+159
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 Hopf2-99/+11
2008-05-27dri: Implement DRM cleanup, LeaveVT, EnterVT support.Matthias Hopf3-163/+175
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 Hopf3-15/+20
2008-05-27Set (and use) MMIOPCIAddress and FbPCIAddress.Matthias Hopf3-31/+28
2008-05-27dri: Massive code update. Compiles, but untested.Matthias Hopf6-332/+1062
2008-05-27dri: First compilable versionMatthias Hopf6-159/+548
2008-05-27dri: Initial commit of source files from radeon driver.Matthias Hopf4-1/+2345
2008-05-27Added trivial memory manager.Matthias Hopf3-18/+30
2008-05-27Spelling fix.Matthias Hopf1-1/+1
2008-05-27PLL: On M54 do not re-enable Spread Spectrum.Luc Verhaegen1-4/+8
2008-05-27Access correct NB registers for MC index/data on RS780.Egbert Eich3-4/+40
2008-05-26Supply a pScrn->memPhysBase address.Egbert Eich1-0/+2
2008-05-26Under RandR print modeline of mode we scale from when verbosity > 2.Egbert Eich1-0/+4
2008-05-26Map FB memory directly on RS780.Egbert Eich2-1/+5
2008-05-26Delete spurious leftovers from rebasing scaler support.Egbert Eich1-24/+0
2008-05-26Consolidate different mode validation functions.Egbert Eich2-90/+58
2008-05-26Always assume the rhdOutput struct in rhdRROutputModeFixup() has its CRTC mem...Egbert Eich1-8/+7
2008-05-26Fix heuristic for RR mode validation to find out about scaled mode.Egbert Eich3-42/+31
2008-05-26Make sure to use the right mode for validation.Egbert Eich2-23/+18
2008-05-26Move mode validation after scaler validation.Egbert Eich1-14/+14
2008-05-26Changed type of 'Type' variable for scaling from CARD32 to enum rhdCrtcScaleT...Egbert Eich6-43/+65
2008-05-26Add support for keeping the aspect ratio when scaling.Egbert Eich4-5/+47
2008-05-26More naming convention fixes: nativeMode -> NativeMode.Egbert Eich5-10/+10
2008-05-26Adhere to naming conventions: fix naming of overscan struct.Egbert Eich1-37/+37
2008-05-26Renamed ScaledMode to ScaledToMode.Egbert Eich6-40/+44
2008-05-26Don't add CRTC overscan to Dx_MODE overscan.Egbert Eich1-5/+0
2008-05-26Fix non-AtomBIOS based scaling.Egbert Eich1-2/+7