summaryrefslogtreecommitdiff
path: root/src/savage_driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Untangle XF86DRI from the driver-specific DRI definePeter Hutterer1-18/+18
2012-01-03Do not use the deprecated xf86PciInfo.h from xserverTormod Volden1-0/+1
2011-12-19Fix for new vgahw ABIAdam Jackson1-0/+1
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-4/+4
2011-04-21savage: Fix &/&& typo in "magical" register setupTormod Volden1-2/+2
2011-04-21savage: New SAVAGEDRIResume functionTormod Volden1-7/+2
2011-03-31Fix wrong frequency unit in trace outputTormod Volden1-1/+1
2011-01-25savage: Fix building with TRACEON definedTormod Volden1-3/+3
2011-01-25savage: Setup tiled surface registers in SavageEnterVTTormod Volden1-0/+1
2011-01-25savage: Fix ambiguity in SavageLoadPaletteSavage4Tormod Volden1-1/+1
2011-01-25savage: Replace deprecated x(c)alloc/xfree with m/calloc/freeTormod Volden1-11/+11
2010-11-25savage: fix use of privates without initialisationKeith Packard1-0/+1
2010-04-26Fix builds when XF86DRI is undefinedAlan Coopersmith1-1/+1
2009-07-28savage: move abi check down for RACDave Airlie1-3/+4
2009-07-28savage: change to using ABI version checkDave Airlie1-1/+1
2009-07-28savage: update for resources/RAC API removalDave Airlie1-1/+7
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-05-28Remove useless loader symbol lists.Adam Jackson1-196/+0
2009-01-22Savage: Do not add panel modes when there is no panelTormod Volden1-2/+3
2009-01-16Add AGPforXv OptionAlex Villacís Lasso1-0/+21
2008-05-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Adam Jackson1-5/+9
2008-05-21Fake sync ranges for panels with no EDID.Adam Jackson1-0/+24
2008-05-10savage/pciaccess: don't try to map aperture larger than region windowDave Airlie1-2/+6
2008-05-10savage: fix typos in error messageDave Airlie1-3/+3
2008-01-19Implement driver option IgnoreEDIDAlex Villací­s Lasso1-3/+8
2008-01-19Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFERAlex Villací­s Lasso1-1/+1
2008-01-19Fix reversed logic in SavageMapMem()Alex Deucher1-2/+2
2007-09-14fix the build for the non-pci-rework case (compile tested only)Alex Deucher1-2/+3
2007-09-14fix segfault from pScrn->currentModeAlex Deucher1-7/+4
2007-08-31Fix odd typo.Ian Romanick1-1/+1
2007-08-30Update to use new libpciaccess interfaces for mapping with MTRR support.Ian Romanick1-116/+142
2007-08-22Merge PCI-rework support and "classic" PCI interface support into one treeIan Romanick1-4/+281
2007-08-22Merge branch 'master' into pci-reworkIan Romanick1-19/+85
2007-08-17Include <unistd.h> to get a declaration for usleep()Julien Cristau1-0/+2
2007-07-12Unmap mem before freeing driverPrivateAlex Deucher1-1/+1
2007-07-11Add panel native mode automatically.Alex Deucher1-0/+58
2007-07-11Add "DRI" option to enable/disable DRI supportTormod Volden1-2/+8
2007-07-11fix segfault in SavageDoAdjustFrame() on server 1.3Alex Deucher1-10/+0
2007-07-11fix console corruption due to invalid shadow statusAlex Deucher1-0/+2
2007-07-11disable randr when savage rotation is enabledDavid Nusinow1-3/+11
2007-03-06small exa fix ups, remove an errant commentAlex Deucher1-3/+0
2007-01-03fix savage respawn crashMikko Rapeli1-0/+3
2006-12-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Ian Romanick1-10/+10
2006-09-17re-order SavageMapMem() so that ram detection works again.Alex Deucher1-10/+10
2006-08-08Minimal change set to convert driver to the new PCI interfaces. Enjoy.Ian Romanick1-205/+114
2006-08-08Instead of passing SavagePciChipsets in the p_chip parameter ofIan Romanick1-7/+5
2006-08-08Add some more missing license statements. Trivial whitespace clean-ups.Ian Romanick1-6/+30
2006-08-07Do a single mapping per BAR. This cleans up the code a bit and pavesIan Romanick1-65/+48
2006-08-07Introduce the savage_region structure, which is used to track mappableIan Romanick1-16/+41
2006-08-04Make a couple local, static arrays const. The RamSavage4 array is notIan Romanick1-3/+3