summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-16Remove last remnants of checking whether we have PCIInfo.Luc Verhaegen4-116/+37
2006-04-16Remove pATI->IsVGAWonder by replacing it withLuc Verhaegen7-30/+23
2006-04-15The VGAWonder IO range is always 0x1CE, so use a #define and just track a BoolLuc Verhaegen8-121/+88
2006-04-15Start using a cleaned up version of ATIClaimResources again. This dropped offLuc Verhaegen8-229/+70
2006-04-14Unwrap libc and fix a daft AVOID_CPIO dependant formatting warning.Luc Verhaegen16-1/+46
2006-04-14Adjust to Xv ABI change.Luc Verhaegen1-1/+2
2006-04-14Fix missing break when further specifying pATI->Chip.Luc Verhaegen1-0/+1
2006-03-21Remove 1 and 4bpp support.Luc Verhaegen13-654/+229
2006-03-20Clean up card ids in ATIChipType; everything that's not mach64 is nowLuc Verhaegen12-1059/+541
2006-03-20Clean up the naming of chips. Stop extensively using the CONFIG_CHIP_IDLuc Verhaegen9-1013/+124
2006-03-19Move pATI->VGAAdapter to pATI->IsVGA. Kill atiadapter.c/h.Luc Verhaegen19-190/+32
2006-03-19pATI->Adapter is always ATI_ADAPTER_MACH64. If not, PreInit fails. So cullLuc Verhaegen14-794/+196
2006-03-19Move BIOS parsing out to its own functions. Take Clock handling out of theLuc Verhaegen1-395/+398
2006-03-19Remove pATI->Chipset and move ATIIdentify to ati.c. Have ATIIdentify onlyLuc Verhaegen7-265/+39
2006-03-17Move actual io poking and privates initialisation to PreInit. Move what'sLuc Verhaegen5-541/+442
2006-03-16Bah. Last minute paste lacked a character. + Changelog fixup.Luc Verhaegen1-1/+1
2006-03-16Add proper PciChipsets, add SymTabRec with all Mach64 names. Move whole ofLuc Verhaegen1-298/+181
2006-03-16Move the CPIO pci poking to a seperate function. Allocate pATI in ATIProbeLuc Verhaegen1-119/+80
2006-03-15Remove extensive checking for sharable VGA. We know that it's sharable, andLuc Verhaegen1-231/+66
2006-03-15Clean up ProbeFlags and SparseIOBase poking.Luc Verhaegen1-183/+7
2006-03-14- Kill off useless pVGA, and kill off anything that depends onLuc Verhaegen1-365/+102
2006-03-13Reorganise all actual device probing in Probe. Now the list of all pciLuc Verhaegen2-177/+92
2006-03-12Remove some clearly unwanted sections from the Probe routine. We will beLuc Verhaegen5-867/+148
2006-03-11Merge atimodule.c and ati.c into ati.c. Add README noise to help meLuc Verhaegen4-257/+227
2006-03-11Move from ati to mach64. Kill atifillin, probably needed for the loaderLuc Verhaegen6-106/+25
2006-03-11Unify ati and atimisc under ati.Luc Verhaegen6-375/+183
2006-03-11Kill all !AVOID_NON_PCI code. Free Probe cleanup.Luc Verhaegen1-325/+0
2006-03-10Add -Wall, -pedantic and -g to GCCs CFLAGS. Spend a few minutes fixing allLuc Verhaegen6-38/+38
2006-03-10Strip out radeon and r128 from xf86-video-mach64.Luc Verhaegen64-50429/+4
2006-03-10Use "FBTexPercent" option for XAA too (only for increasing memory reservedRoland Scheidegger1-11/+33
2006-03-09More memory map fixes !!! This time, we add a way to get the DRM kernelBenjamin Herrenschmidt3-226/+302
2006-03-09RN50: Skip modes that exceed memory bandwidth.Michel Daenzer1-3/+17
2006-03-09Update drivers that support EXA for the new EXA ABI. This consists ofEric Anholt4-47/+63
2006-03-03Add Option "FBTexPercent" to override the amount of video RAM reserved forMichel Daenzer2-8/+32
2006-03-02Fix the fix ... I didn't interpret PciInfo->size properly and forgot thatBenjamin Herrenschmidt1-6/+7
2006-03-01Extend the alignement workaround to post-rv280 chips as well (thanks Hui)Benjamin Herrenschmidt1-10/+18
2006-02-28Workaround for rv280 bug which needs the framebuffer memory mapping to beBenjamin Herrenschmidt1-1/+17
2006-02-28Add the newly added (and tons of previously forgotten ones) pci ids to theRoland Scheidegger3-7/+74
2006-02-26Fix page flipping with XAA. The new code ended up calling ShadowFBInit()Benjamin Herrenschmidt3-8/+30
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger4-15/+35
2006-02-16Memory map and misc fixes. This completely reworks the way the driverBenjamin Herrenschmidt8-297/+589
2006-02-15The engine setup would trigger a bogus line write before the properBenjamin Herrenschmidt1-10/+8
2006-02-13Fix EXA acceleration of textures with byteswap or tiling From John ClemensBenjamin Herrenschmidt1-10/+10
2006-02-07Fix a copy'n'paste-o in the EXA render implementation that resulted inEric Anholt1-2/+2
2006-01-19Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =Daniel Stone1-2/+2
2006-01-13XF86_VERSION_CURRENT -> XORG_VERSION_CURRENTAlan Coopersmith2-2/+2
2006-01-13When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing itAlan Coopersmith1-0/+2
2006-01-08Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)Adam Jackson1-4/+4
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E. Martin2-2/+2
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson4-12/+40