index
:
driver/xf86-video-ati
6.12-branch
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
agd5f-superpatch
ati-1-0-branch
ati-6.6-branch
ati-6.7-branch
import-1.1.3
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
mach64-pci
mach64-pci-1
master
obsd
obsd-6.12-branch
obsd-6.13.0
obsd-xf86-video-ati-6.9.0
pci-rework
randr-1.2
sco_port_update
ums
xf86-video-ati-6.14-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
radeon_driver.c
Age
Commit message (
Expand
)
Author
2006-03-22
Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc
Kristian Høgsberg
2006-03-18
Clear the offsets when updating the memory map instead of when enabling the
Benjamin Herrenschmidt
2006-03-17
Fix various small cosmetic issues. Change a driver message, get the order
Roland Scheidegger
2006-03-16
Add missing return statement (the driver would not start randomly), add
Benjamin Herrenschmidt
2006-03-16
Fix incorrect CRTC2_OFFSET values when using old-style dual head (not
Benjamin Herrenschmidt
2006-03-16
Add various workarounds that seem to fix some remaning lockup scenarios I'm
Benjamin Herrenschmidt
2006-03-15
Fix various issues with DRI & server recycle by putting DRICloseSreen in
Benjamin Herrenschmidt
2006-03-15
Add some autoconf to keep this driver from building EXA when a slightly
Luc Verhaegen
2006-03-13
Earliest fix introduced a bug due to another chicken & egg problem in card
Benjamin Herrenschmidt
2006-03-12
Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need
Benjamin Herrenschmidt
2006-03-11
Add #ifdef XF86DRI guards around references to info->allowPageFlip and
Alan Coopersmith
2006-03-10
Use "FBTexPercent" option for XAA too (only for increasing memory reserved
Roland Scheidegger
2006-03-09
More memory map fixes !!! This time, we add a way to get the DRM kernel
Benjamin Herrenschmidt
2006-03-09
RN50: Skip modes that exceed memory bandwidth.
Michel Daenzer
2006-03-09
Update drivers that support EXA for the new EXA ABI. This consists of
Eric Anholt
2006-03-03
Add Option "FBTexPercent" to override the amount of video RAM reserved for
Michel Daenzer
2006-03-02
Fix the fix ... I didn't interpret PciInfo->size properly and forgot that
Benjamin Herrenschmidt
2006-03-01
Extend the alignement workaround to post-rv280 chips as well (thanks Hui)
Benjamin Herrenschmidt
2006-02-28
Workaround for rv280 bug which needs the framebuffer memory mapping to be
Benjamin Herrenschmidt
2006-02-26
Fix page flipping with XAA. The new code ended up calling ShadowFBInit()
Benjamin Herrenschmidt
2006-02-25
Add pci ids known to exist (see #4284 for instance). There are still
Roland Scheidegger
2006-02-16
Memory map and misc fixes. This completely reworks the way the driver
Benjamin Herrenschmidt
2006-01-19
Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =
Daniel Stone
2006-01-13
When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it
Alan Coopersmith
2005-12-14
Bug #1760: Fix ati wrapper multihead to be dlloader friendly.
Adam Jackson
2005-11-08
bugzilla #4494 (https://bugs.freedesktop.org/show_bug.cgi?id=4494) Call
Michel Daenzer
2005-11-08
bugzilla #4951 (https://bugs.freedesktop.org/show_bug.cgi?id=4951)
Michel Daenzer
2005-11-06
Sun bug #6325220: Xorg dumps core in dual monitor configuration with radeon
Alan Coopersmith
2005-10-09
Secure the Radeon PCIE GART tables in framebuffer memory by not allowing
XORG-6_8_99_901
Dave Airlie
2005-10-03
Bug #4001: Don't crash when PanelSize is unset. (Alan Coopersmith)
Adam Jackson
2005-10-01
missed one missing return value.
Matthieu Herrb
2005-10-01
add missing return value on success in RADEONSetupMemXAA().
Matthieu Herrb
2005-09-17
Switch radeon driver to using a card type rather than having a IsPCI flag,
Dave Airlie
2005-09-11
Add support for EXA to the radeon driver. Building EXA and XAA support is
Eric Anholt
2005-09-11
Add support for allocating PCI GART table in framebuffer memory. This is
Dave Airlie
2005-08-26
#include "extensions/dpms.h" -> <X11/extensions/dpms.h>
Alan Coopersmith
2005-08-26
Only 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 based
Alex Deucher
2005-08-07
Modified:
Vladimir Dergachev
2005-08-07
Modified:
Vladimir Dergachev
2005-08-06
- missing line in mergedfb option parsing. Spotted by Christoph Bauer
Alex Deucher
2005-08-05
I have resolved this by making all the "Direct rendering disabled" messages
Ian Romanick
2005-07-29
bugzilla #3911 (https://bugs.freedesktop.org/show_bug.cgi?id=3911)
Michel Daenzer
2005-07-11
Prep for modular builds by adding guarded #include "config.h" everywhere.
XORG-6_8_99_16
XORG-6_8_99_15
Adam Jackson
2005-07-04
Bug #2604: Disable workaround for horrible flickering when scrolling
Roland 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). In
Alex Deucher
2005-06-30
- Increase the priority of display 0/1 in the memory controller for r3/4xx
Alex Deucher
[next]