summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
AgeCommit message (Collapse)Author
2009-04-08R6xx/R7xx: set proper 3D client driver name for r600Alex Deucher
2009-03-16radeon: add another AGP quirkAlex Deucher
bug 20647
2009-03-12RS600: fix page table size for rs600 as wellAlex Deucher
2009-03-12r600: fix sizing of PCI GART table for r600Dave Airlie
2009-03-06RV350: Add AGPMode quirk for ThinkpadTormod Volden
fixes bug 15096 (and Ubuntu bug #195051)
2009-03-01R300: Add AGP quirkAlex Deucher
bug 7770
2009-02-28M9+: Add AGP quirk for Sony VaioTormod Volden
2009-02-27Quirk for RV280 on 82865G/PE/P DRAM Controller/Host-HubBryce Harrington
Solves issue where display suffers from line corruption. (See https://edge.launchpad.net/ubuntu/+bug/300304)
2009-02-27Janitor: cosmetic clean-up of AGPMode quirk tableTormod Volden
2009-02-26Merge branch 'r6xx-r7xx-support' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
2009-02-18R6xx/R7xx: fixup accel pathsAlex Deucher
2009-02-16RV350: add another AGP quirkAlex Deucher
2009-02-16RV280: add another agp quirkAlex Deucher
2009-02-15DRI: Fix page size used in RADEONDRIGetPciAperTableSize().David Miller
The ATI GART has a fixed size of 4096 bytes. So using the system page size here is wrong. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Dave Airlie <airlied@linux.ie>
2009-02-09RV350: add AGP quirkAlex Deucher
bug 19981
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2009-01-15RV280 Add another AGP quirkAlex Deucher
2009-01-13[PATCH] Add yet another AGP quirk for RV280Tormod Volden
2009-01-07RV280: add another AGP quirkAlex Deucher
2009-01-04AGP: Print both device and subsytem pci ids for agpAlex Deucher
helpful for adding quirks with libpciaccess
2009-01-04Another AGP quirkAlex Deucher
debian bug 510208
2008-12-30R2xx: add another AGP quirkAlex Deucher
from http://www.phoronix.com/forums/showthread.php?t=14626
2008-12-10Add another AGP quirkAlex Deucher
fixes bug 12544
2008-12-08Add another AGP quirkAdrian Friedli
2008-12-02Add another AGP quirkBryce Harrington
2008-11-25Catch unsubstituted macro for PCI region base accessEygene Ryabinkin
also fix up some warnings.
2008-11-25Additional AGP quirksBryce Harrington
bug 18693
2008-10-29Add AGP quirk tableBryce Harrington
- set known good default agp modes for problematic chip/bridge combos - should fix bug 17360, others
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
modelled after Matthias' similar rhd change
2008-08-25Move DRI to a separate structAlex Deucher
based on Matthias' similar work in rhd
2008-08-25Move accel state to a separate structAlex Deucher
2008-08-25Move CP into a separate structAlex Deucher
2008-07-21Call DRM modeset ioctl after the IRQ has been initialized.Michel Dänzer
This lets the DRM know it can safely disable the vblank interrupts.
2008-07-03radeon: drop all use of CPMode.Dave Airlie
We never test the other codepath and I don't think I've ever recommended it for anyone.
2008-06-28Restore versioning of interface for Mesa DRI driver.Michel Dänzer
This doesn't have anything to do with the package version.
2008-06-27use PACKAGE_VERSION_* for radeon versionBrice Goglin
now radeon shows verion 6.9.0 instead of 4.3.0. RADEON_VERSION_MAJOR_TILED is dropped from ddxDriverMajorVersion since RADEON_VERSION_MAJOR is bigger now.
2008-06-09R5xx: fix RADEONSetAgpBase() for R5xx chipsAlex Deucher
Is there any reason to still do this in the ddx? Maybe real old drms?
2008-05-13Reinstate CARD* types that are part of external interfaces.Michel Dänzer
The compiler pointed this out...
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h.
2008-01-29Seems the default is more reliable... we can't win.Alex Deucher
Revert "radeon: Default to 1x again with non-v3 AGP cards." This reverts commit b653e5a628bfa4dfb168e96f93f41eb910f409fb.
2007-12-17Merge branch 'master' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts
2007-12-15radeon: Default to 1x again with non-v3 AGP cards.Michel Dänzer
Seems more reliable in general than what was set up by firmware - fingers crossed...
2007-12-12Merge branch 'master' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge and fix conflicts
2007-12-12RADEON: only enable vblanks if we want themAlex Deucher
should fix bug 13610
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie
2007-12-02Fix build against xserver master.Michel Dänzer
(DE)ALLOCATE_LOCAL are gone.
2007-11-13ignore sometime bogus agp_mode bit from chip (bug #13190)Roland Scheidegger
bit is wrong on at least X700 cards with rialto pcie-agp bridge chip, should be safe to use just the bit from the bridge hopefully to make agp setup work on these cards and not adversely affect others.
2007-10-04radeon: Fix for pci-rework.Michel Dänzer
Surprisingly easy, thanks to George's pci-rework changes.
2007-08-23radeon: Sync pages when enabling page flipping with EXA as well.Michel Dänzer
Exclude the DRI window(s) though to avoid scribbling over 3D rendering.
2007-08-23radeon: Don't synchronize DRI windows between pages when possible.Michel Dänzer