summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
AgeCommit message (Expand)Author
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
2006-03-03Add Option "FBTexPercent" to override the amount of video RAM reserved forMichel Daenzer
2006-03-02Fix the fix ... I didn't interpret PciInfo->size properly and forgot thatBenjamin Herrenschmidt
2006-03-01Extend the alignement workaround to post-rv280 chips as well (thanks Hui)Benjamin Herrenschmidt
2006-02-28Workaround for rv280 bug which needs the framebuffer memory mapping to beBenjamin Herrenschmidt
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt
2006-01-19Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =Daniel Stone
2006-01-13When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing itAlan Coopersmith
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson
2005-11-08bugzilla #4494 (https://bugs.freedesktop.org/show_bug.cgi?id=4494) CallMichel Daenzer
2005-11-08bugzilla #4951 (https://bugs.freedesktop.org/show_bug.cgi?id=4951)Michel Daenzer
2005-11-06Sun bug #6325220: Xorg dumps core in dual monitor configuration with radeonAlan Coopersmith
2005-10-09Secure the Radeon PCIE GART tables in framebuffer memory by not allowingXORG-6_8_99_901Dave Airlie
2005-10-03Bug #4001: Don't crash when PanelSize is unset. (Alan Coopersmith)Adam Jackson
2005-10-01missed one missing return value.Matthieu Herrb
2005-10-01add missing return value on success in RADEONSetupMemXAA().Matthieu Herrb
2005-09-17Switch radeon driver to using a card type rather than having a IsPCI flag,Dave Airlie
2005-09-11Add support for EXA to the radeon driver. Building EXA and XAA support isEric Anholt
2005-09-11Add support for allocating PCI GART table in framebuffer memory. This isDave Airlie
2005-08-26#include "extensions/dpms.h" -> <X11/extensions/dpms.h>Alan Coopersmith
2005-08-26Only use vgahw symbols if we're building vgahw for this architecture. TODO:Daniel Stone
2005-08-26- fix pitch increment (Aapo Tahkola, Roland Scheidegger)Alex Deucher
2005-08-08- radeon XPRESS chips are actually RV3xx basedAlex Deucher
2005-08-07Modified:Vladimir Dergachev
2005-08-07Modified:Vladimir Dergachev
2005-08-06- missing line in mergedfb option parsing. Spotted by Christoph BauerAlex Deucher
2005-08-05I have resolved this by making all the "Direct rendering disabled" messagesIan Romanick
2005-07-29bugzilla #3911 (https://bugs.freedesktop.org/show_bug.cgi?id=3911)Michel Daenzer
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-04Bug #2604: Disable workaround for horrible flickering when scrollingRoland Scheidegger
2005-07-01- fix depth tiling for r3/4xx chips (Aapo Tahkola)Alex Deucher
2005-06-30- change back part of a comment I seem to have accidently changed.Alex Deucher
2005-06-30- add support for colortiling on r3/4xx hardware (disabled by default). InAlex Deucher
2005-06-30- Increase the priority of display 0/1 in the memory controller for r3/4xxAlex Deucher