6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use "FBTexPercent" option for XAA too (only for increasing memory reserved for textures). More... over 19 years ago
More memory map fixes !!! This time, we add a way to get the DRM kernel 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 More... over 19 years ago
RN50: Skip modes that exceed memory bandwidth. 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.) More... over 19 years ago
Update drivers that support EXA for the new EXA ABI. This consists of 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.
anholt
as Eric Anholt
More... over 19 years ago
Add Option "FBTexPercent" to override the amount of video RAM reserved for OpenGL textures with EXA. More... over 19 years ago
Fix the fix ... I didn't interpret PciInfo->size properly and forgot that the function works in Kb not bytes... Ooops. More... over 19 years ago
Extend the alignement workaround to post-rv280 chips as well (thanks Hui) 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) More... over 19 years ago
Workaround for rv280 bug which needs the framebuffer memory mapping to be 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. More... over 19 years ago
Add the newly added (and tons of previously forgotten ones) pci ids to the ati wrapper too (probably not required for it to work as everything should default to radeon anyway there). More... over 19 years ago
Fix page flipping with XAA. The new code ended up calling ShadowFBInit() before XAAInit(), which breaks ShadowFB. More... over 19 years ago
Add pci ids known to exist (see #4284 for instance). There are still 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?). More... over 19 years ago
Memory map and misc fixes. This completely reworks the way the driver 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. More... over 19 years ago
The engine setup would trigger a bogus line write before the proper 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. More... over 19 years ago
Fix EXA acceleration of textures with byteswap or tiling From John Clemens <[email protected]> More... over 19 years ago
Fix a copy'n'paste-o in the EXA render implementation that resulted in [ax]8b8g8r8 pict formats not being supported on r200, but no other issues.
anholt
as Eric Anholt
More... over 19 years ago
Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP = 1, fixing modesetting issues. More... over 19 years ago
XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT More... over 19 years ago
When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it so we don't crash when trying to use it later (such as in RADEONFreeRec). More... over 19 years ago
Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)
ajax
as Adam Jackson
More... over 19 years ago
Update package version for X11R7 release. More... almost 20 years ago
Stub COPYING files
ajax
as Adam Jackson
More... almost 20 years ago
Typo fixes, mailing list & url updates, and other changes to prepare for X11R6.9 & 7.0 releases. More... almost 20 years ago
Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> Patch #3978 <https://bugs.freedesktop.org/attachment.cgi?id=3978> r128 man page dualhead note update (Alex Deucher) More... almost 20 years ago
Update package version number for final X11R7 release candidate. Bump driver version number. More... almost 20 years ago
Bug #1760: Fix ati wrapper multihead to be dlloader friendly.
ajax
as Adam Jackson
More... almost 20 years ago
Bug #3869: Don\'t walk off the end of an array in connector detection. (Eric Anholt)
ajax
as Adam Jackson
More... almost 20 years ago
Bug #1106: Fix memory allocation for Render. (Michel Daenzer)
ajax
as Adam Jackson
More... almost 20 years ago
Add configure options to allow hard-coded paths to be changed. More... almost 20 years ago
Allow hard-coded paths to be configurable. More... almost 20 years ago
Change *man_SOURCES ==> *man_PRE to fix autotools warnings. More... almost 20 years ago