summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
AgeCommit message (Expand)Author
2006-10-04Fix radeon vs fbdev pitch calculation.David Woodhouse
2006-09-18radeon: fix rn50 memmapDave Airlie
2006-09-18Power up DAC around check for CRT connectednessHenry Zhao
2006-09-18Bump up clock rate for ES1000 to allow higher resolutionsHenry Zhao
2006-09-12radeon: this stops mergedfb working on my ATI M7 development boardDave Airlie
2006-09-10Revert "* [ Bug 6966 ] large negative refresh rates reported"Michel Dänzer
2006-09-03Removed the warning re. the r300 DRI driver status.Tilman Sauerbeck
2006-08-31* [ Bug 6966 ] large negative refresh rates reportedHenry Zhao
2006-08-24Disable DRI on xpress 200{,m} since we know it's broken.Adam Jackson
2006-08-24Disable DRI on RN50 in a more pleasant way.Adam Jackson
2006-08-25make colortiling default to on all cardsDave Airlie
2006-07-03Bug #6872: Disable digital output while reading ROM with Radeon 7000.Alex Williamson
2006-07-03Build and warning fixes for !defined(USE_XAA).Michel Dänzer
2006-07-03Reserve HW cursor memory statically instead of from EXA offscreen.Michel Dänzer
2006-07-02Bug #6939: Disable RENDER acceleration by default on RN50.Michel Dänzer
2006-06-29Fix build for !defined(USE_EXA).Frank Gevaerts
2006-06-29Remove unused variables.Michel Dänzer
2006-06-26radeon: force CP and VIP clocks on some r300 and rv100 chips.Dave Airlie
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 some more cosmetic warnings.Michel Dänzer
2006-06-15remove unused variableDave Airlie
2006-06-15remove all printf specifier warnings on LinuxDave Airlie
2006-06-15some more unused variable cleanupsDave Airlie
2006-05-03Enable decoding of version 4 TMDS PLL config tables, they actually work,Benjamin Herrenschmidt
2006-04-29Bugzilla #1992 <https://bugs.freedesktop.org/show_bug.cgi?id=1992> PatchMichel Daenzer
2006-04-29Properly de-initialize EXA driver data, so EXA can be initialized again inMichel Daenzer
2006-04-26Make the ATI driver use the PCI BAR size to determine the MMIO registerDave Airlie
2006-04-24Fix enabling of external VGA output on some cards with dual entity setupBenjamin Herrenschmidt
2006-04-21Bugzilla 6672: fix interrupts on radeon since memmap changesDave 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-27Fix a regression of my latest fix that broke color tiling on some setups.Benjamin Herrenschmidt
2006-03-23Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers()Benjamin Herrenschmidt
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg
2006-03-18Clear the offsets when updating the memory map instead of when enabling theBenjamin Herrenschmidt
2006-03-17Fix various small cosmetic issues. Change a driver message, get the orderRoland Scheidegger
2006-03-16Add missing return statement (the driver would not start randomly), addBenjamin Herrenschmidt
2006-03-16Fix incorrect CRTC2_OFFSET values when using old-style dual head (notBenjamin Herrenschmidt
2006-03-16Add various workarounds that seem to fix some remaning lockup scenarios I'mBenjamin Herrenschmidt
2006-03-15Fix various issues with DRI & server recycle by putting DRICloseSreen inBenjamin Herrenschmidt
2006-03-15Add some autoconf to keep this driver from building EXA when a slightlyLuc Verhaegen
2006-03-13Earliest fix introduced a bug due to another chicken & egg problem in cardBenjamin Herrenschmidt
2006-03-12Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we needBenjamin Herrenschmidt
2006-03-11Add #ifdef XF86DRI guards around references to info->allowPageFlip andAlan Coopersmith
2006-03-10Use "FBTexPercent" option for XAA too (only for increasing memory reservedRoland Scheidegger
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt
2006-03-09RN50: Skip modes that exceed memory bandwidth.Michel Daenzer
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt