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-07-03
Build and warning fixes for !defined(USE_XAA).
Michel Dänzer
2006-07-03
Reserve HW cursor memory statically instead of from EXA offscreen.
Michel Dänzer
2006-07-02
Bug #6939: Disable RENDER acceleration by default on RN50.
Michel Dänzer
2006-06-29
Fix build for !defined(USE_EXA).
Frank Gevaerts
2006-06-29
Remove unused variables.
Michel Dänzer
2006-06-26
radeon: force CP and VIP clocks on some r300 and rv100 chips.
Dave Airlie
2006-06-21
Bug #7283: Build fixes for !defined(XF86DRI).
Michel Dänzer
2006-06-18
Implement accelerated EXA DownloadFromScreen hook.
Michel Dänzer
2006-06-18
Add Option "DepthBits".
Michel Dänzer
2006-06-15
Fix some more cosmetic warnings.
Michel Dänzer
2006-06-15
remove unused variable
Dave Airlie
2006-06-15
remove all printf specifier warnings on Linux
Dave Airlie
2006-06-15
some more unused variable cleanups
Dave Airlie
2006-05-03
Enable decoding of version 4 TMDS PLL config tables, they actually work,
Benjamin Herrenschmidt
2006-04-29
Bugzilla #1992 <https://bugs.freedesktop.org/show_bug.cgi?id=1992> Patch
Michel Daenzer
2006-04-29
Properly de-initialize EXA driver data, so EXA can be initialized again in
Michel Daenzer
2006-04-26
Make the ATI driver use the PCI BAR size to determine the MMIO register
Dave Airlie
2006-04-24
Fix enabling of external VGA output on some cards with dual entity setup
Benjamin Herrenschmidt
2006-04-21
Bugzilla 6672: fix interrupts on radeon since memmap changes
Dave Airlie
2006-04-21
Add support for backing up the PCIE GART table on VT switch. This makes
Dave Airlie
2006-04-01
- Fix dpi when switching from clone to dualhead with MergedFB.
Alex Deucher
2006-03-27
Fix a regression of my latest fix that broke color tiling on some setups.
Benjamin Herrenschmidt
2006-03-23
Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers()
Benjamin Herrenschmidt
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
[next]