Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-14 | Adjust to Xv ABI change. | Luc Verhaegen | 2 | -1/+8 | |
2006-04-14 | Fix missing break when further specifying pATI->Chip. | Luc Verhaegen | 2 | -0/+7 | |
2006-04-12 | Git push preparations: | Luc Verhaegen | 3 | -0/+27 | |
- chmod +x autogen.sh - add .gitignore | |||||
2006-03-21 | Remove 1 and 4bpp support. | Luc Verhaegen | 14 | -654/+248 | |
2006-03-20 | Clean up card ids in ATIChipType; everything that's not mach64 is now | Luc Verhaegen | 13 | -1059/+562 | |
removed. Strip out code for those older devices. | |||||
2006-03-20 | Clean up the naming of chips. Stop extensively using the CONFIG_CHIP_ID | Luc Verhaegen | 10 | -1013/+140 | |
register and use the pci-id instead. | |||||
2006-03-19 | Move pATI->VGAAdapter to pATI->IsVGA. Kill atiadapter.c/h. | Luc Verhaegen | 20 | -190/+58 | |
2006-03-19 | pATI->Adapter is always ATI_ADAPTER_MACH64. If not, PreInit fails. So cull | Luc Verhaegen | 15 | -794/+217 | |
pATI->Adapter. | |||||
2006-03-19 | Move BIOS parsing out to its own functions. Take Clock handling out of the | Luc Verhaegen | 2 | -396/+407 | |
BIOS parsing. | |||||
2006-03-19 | Remove pATI->Chipset and move ATIIdentify to ati.c. Have ATIIdentify only | Luc Verhaegen | 8 | -265/+52 | |
mention mach64. | |||||
2006-03-17 | Move actual io poking and privates initialisation to PreInit. Move what's | Luc Verhaegen | 6 | -542/+456 | |
left of the Probe to ati.c for good measure. | |||||
2006-03-16 | Bah. Last minute paste lacked a character. + Changelog fixup. | Luc Verhaegen | 1 | -1/+1 | |
2006-03-16 | Add proper PciChipsets, add SymTabRec with all Mach64 names. Move whole of | Luc Verhaegen | 2 | -298/+188 | |
probe over to standard xf86MatchPciInstances. | |||||
2006-03-16 | Move the CPIO pci poking to a seperate function. Allocate pATI in ATIProbe | Luc Verhaegen | 2 | -119/+89 | |
instead of the ATIMach64Probes. Shuffle some more code about surrounding this. | |||||
2006-03-15 | Remove extensive checking for sharable VGA. We know that it's sharable, and | Luc Verhaegen | 2 | -231/+75 | |
i do believe that these devices will all be marked as VGA compatible. Just keep the code that wakes up the VGA controller. | |||||
2006-03-15 | Clean up ProbeFlags and SparseIOBase poking. | Luc Verhaegen | 2 | -183/+14 | |
2006-03-14 | - Kill off useless pVGA, and kill off anything that depends on | Luc Verhaegen | 2 | -365/+113 | |
pATI->Adapter != ATI_ADAPTER_MACH64. - Move conf poking below pci poking, and kill off some useless checking. All the config we should really match is driver and maybe PCITag. | |||||
2006-03-13 | Reorganise all actual device probing in Probe. Now the list of all pci | Luc Verhaegen | 3 | -177/+100 | |
devices (i known) is only run down once. | |||||
2006-03-12 | Remove some clearly unwanted sections from the Probe routine. We will be | Luc Verhaegen | 6 | -867/+159 | |
replacing it all with a simple pci id lookup anyway. | |||||
2006-03-11 | Merge atimodule.c and ati.c into ati.c. Add README noise to help me | Luc Verhaegen | 6 | -259/+341 | |
distinguish between mach64 devices. | |||||
2006-03-11 | Move from ati to mach64. Kill atifillin, probably needed for the loader | Luc Verhaegen | 12 | -117/+57 | |
with ati and atimisc, so a leftover of last commit. | |||||
2006-03-11 | Unify ati and atimisc under ati. | Luc Verhaegen | 7 | -375/+194 | |
2006-03-11 | Kill all !AVOID_NON_PCI code. Free Probe cleanup. | Luc Verhaegen | 3 | -341/+7 | |
2006-03-10 | Add -Wall, -pedantic and -g to GCCs CFLAGS. Spend a few minutes fixing all | Luc Verhaegen | 8 | -38/+57 | |
the issues that suddenly pop up. | |||||
2006-03-10 | Strip out radeon and r128 from xf86-video-mach64. | Luc Verhaegen | 72 | -51497/+99 | |
2006-03-10 | Use "FBTexPercent" option for XAA too (only for increasing memory reserved | Roland Scheidegger | 3 | -17/+47 | |
for textures). | |||||
2006-03-09 | More memory map fixes !!! This time, we add a way to get the DRM kernel | Benjamin Herrenschmidt | 4 | -226/+320 | |
module version early, in order to properly limit the framebuffer size when a module that doesn't support the new map is loaded. That will improve backward compatibility. I also made the minimum required kernel module version 1.3 which hopefully shouldn't be a problem for anybody, and cleaned up the ordering in which we test for DRM version to enable features | |||||
2006-03-09 | RN50: Skip modes that exceed memory bandwidth. | Michel Daenzer | 2 | -3/+30 | |
Bugzilla #5766 <https://bugs.freedesktop.org/show_bug.cgi?id=5766> Patch #4636 <https://bugs.freedesktop.org/attachment.cgi?id=4636> - Acknowledge that RN50 only has one CRTC, and use this to distinguish it from RV100. - Fix detection of RN50 memory type and bus width. - Model RN50 memory bandwidth limits by capping the pixel clock range based on memory clock, bpp and memory bus width. (ATI Technologies Inc.) | |||||
2006-03-09 | Update drivers that support EXA for the new EXA ABI. This consists of | Eric Anholt | 4 | -47/+63 | |
moving all the accel and card members into the driver ptr, filling in the exa_major/ exa_minor fields, and always using LoadSubModule so we can check the module version up front. Only tested on ATI. | |||||
2006-03-03 | Add Option "FBTexPercent" to override the amount of video RAM reserved for | Michel Daenzer | 4 | -8/+50 | |
OpenGL textures with EXA. | |||||
2006-03-02 | Fix the fix ... I didn't interpret PciInfo->size properly and forgot that | Benjamin Herrenschmidt | 2 | -6/+13 | |
the function works in Kb not bytes... Ooops. | |||||
2006-03-01 | Extend the alignement workaround to post-rv280 chips as well (thanks Hui) | Benjamin Herrenschmidt | 2 | -10/+27 | |
and also limit the CPU accessible memory to the size of the PCI BAR size (yeah, it was passed to the driver, I just got blind for a while it seems) | |||||
2006-02-28 | Workaround for rv280 bug which needs the framebuffer memory mapping to be | Benjamin Herrenschmidt | 2 | -1/+27 | |
aligned to its own size. Also add back limit of 128Mb of mapped fb space for now until I fully sort out what's up with dual function cards. I would really need to access the PCI BAR sizes here but that information seem to be missing from the PCI info passed to the driver. | |||||
2006-02-28 | Add the newly added (and tons of previously forgotten ones) pci ids to the | Roland Scheidegger | 4 | -7/+82 | |
ati wrapper too (probably not required for it to work as everything should default to radeon anyway there). | |||||
2006-02-26 | Fix page flipping with XAA. The new code ended up calling ShadowFBInit() | Benjamin Herrenschmidt | 4 | -8/+39 | |
before XAAInit(), which breaks ShadowFB. | |||||
2006-02-25 | Add pci ids known to exist (see #4284 for instance). There are still | Roland Scheidegger | 5 | -15/+46 | |
entries which probably don't really exist (cancelled cards and such), leave them as-is. Fix the name of some entries, mostly based on the .inf file of the newest catalyst driver. Use own family id for rv410 and rs400, though there is no different code (yet?). | |||||
2006-02-16 | Memory map and misc fixes. This completely reworks the way the driver | Benjamin Herrenschmidt | 9 | -297/+624 | |
detects available & accessible video memory and initializes the card internal memory map. Along the way, I re-ordered some of the stuffs in pre-init in order to remove some dodgy codepath, fixed various init, exit and vt switch issues, and overall made the driver more robust. The full memory map fix requires an updated DRM. The X driver no longer tries to position the AGP aperture, this becomes entirely DRM responsibility. | |||||
2006-02-15 | The engine setup would trigger a bogus line write before the proper | Benjamin Herrenschmidt | 2 | -10/+18 | |
addresses are setup, thus causing the card to try to bus master over the system bus to some stale location (usually 0 but could depend on whatever was used before X). Remove that useless init bit, and always setup some good enough engine source & destination pointers in case we have some other spurrious engine activity going on. | |||||
2006-02-13 | Fix EXA acceleration of textures with byteswap or tiling From John Clemens | Benjamin Herrenschmidt | 2 | -10/+16 | |
<john@deater.net> | |||||
2006-02-07 | Fix a copy'n'paste-o in the EXA render implementation that resulted in | Eric Anholt | 2 | -2/+9 | |
[ax]8b8g8r8 pict formats not being supported on r200, but no other issues. | |||||
2006-01-19 | Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP = | Daniel Stone | 2 | -2/+8 | |
1, fixing modesetting issues. | |||||
2006-01-13 | XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT | Alan Coopersmith | 3 | -2/+8 | |
2006-01-13 | When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it | Alan Coopersmith | 2 | -0/+9 | |
so we don't crash when trying to use it later (such as in RADEONFreeRec). | |||||
2006-01-08 | Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck) | Adam Jackson | 2 | -4/+9 | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E. Martin | 2 | -1/+6 | |
2005-12-19 | Stub COPYING files | Adam Jackson | 1 | -0/+12 | |
2005-12-19 | Typo fixes, mailing list & url updates, and other changes to prepare for | Alan Coopersmith | 3 | -11/+32 | |
X11R6.9 & 7.0 releases. | |||||
2005-12-15 | Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> Patch | Alan Coopersmith | 2 | -3/+12 | |
#3978 <https://bugs.freedesktop.org/attachment.cgi?id=3978> r128 man page dualhead note update (Alex Deucher) | |||||
2005-12-15 | Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904 | Kevin E. Martin | 4 | -3/+11 | |
driver version number. | |||||
2005-12-14 | Bug #1760: Fix ati wrapper multihead to be dlloader friendly. | Adam Jackson | 5 | -12/+48 | |