summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-20r600: don't add fb offset here to make shadowfb work.Dave Airlie
discovered on irc with wpwrak.
2008-06-20Merge branch 'master' of ↵Dave Airlie
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
2008-06-19Prepare changelog for uploadBrice Goglin
2008-06-19Split a -radeon binary package out of -atiBrice Goglin
2008-06-17radeon: X_ERROR -> X_WARNING for num gb pipesAlex Deucher
This just means your drm is old, not fatal or anything
2008-06-14Revert "ATOM: disable TV-out for now"Dave Airlie
This reverts commit effa245914823371e052cd9aa1143a02350891e7.
2008-06-13RADEON: man page updatesAlex Deucher
2008-06-13Prepare changelog for uploadBrice Goglin
2008-06-13New upstream release candidateBrice Goglin
2008-06-13Merge branch 'debian-unstable' of ../../../../xsfbs/xsfbs into ↵Brice Goglin
debian-experimental
2008-06-13Merge tag 'xf86-video-ati-6.8.191' into debian-experimentalBrice Goglin
2008-06-12Bump for 6.9.0rc1 releaseAlex Deucher
2008-06-11R3xx: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher
According to the hw guys, you should use DSTCACHE_CTLSTAT to flush the 2D dst cache rather than RB2D_DSTCACHE_CTLSTAT.
2008-06-12atom: fix another endian defineDave Airlie
2008-06-12atom: fixup includes in cd operations to get correct endian bits in atombios.hDave Airlie
2008-06-11radeon: add lots of endian bits into the atombios parserDave Airlie
2008-06-11atombios: fixup atombios bitfields for endiannessDave Airlie
reverse the bits for big endian
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-06-09RS4xx: RC410 chips are actually RS400 basedAlex Deucher
2008-06-05radeon: fix typo in memory calcsDave Airlie
noticed by ghepeu on irc.
2008-06-03RADEON: minor cleanupsAlex Deucher
2008-06-03Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework.Michel Dänzer
2008-06-01ATOM: disable TV-out for nowAlex Deucher
It only sort of works in NTSC mode and isn't handled correctly in all cases yet. Until we sort out the remaining details leave it disabled. See bugs: 16186, 16178, 16185
2008-05-31Update xsfbs/quilt patching rules to be compatible with theBrice Goglin
"3.0 (quilt)" source package. Thanks to Raphael Hertzog. See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.
2008-05-30RADEON: update RADEONGetVRAMType() for newer chipsAlex Deucher
2008-05-30RADEON: add Int10 optionAlex Deucher
On some radeons you can't read the bios without initializing int10. On ATOM-based secondary cards, intitializing int10 tends to hang the card.
2008-05-30xsfbs.sh: use 'local' now that policy allows itJulien Cristau
Policy 3.7.3 allows /bin/sh scripts to use 'local'.
2008-05-30xsfbs.sh: add remove_conffile_lookupJulien Cristau
This variant of remove_conffile_prepare looks for the given conffile's canonical md5sum in dpkg's status database itself instead of using provided values.
2008-05-29RADEON: don't enable legacy bios table based init yetAlex Deucher
Needs more work and we need to figure out how best to decide when to use it.
2008-05-28ATOM: fail of we are not able to get a bios imageAlex Deucher
2008-05-28R1xx: Gamma fixes for overlayAlex Deucher
2008-05-28RADEON: only attempt to read vbios from legacy ISA space if it's primaryAlex Deucher
2008-05-28New upstream snapshotBrice Goglin
2008-05-28Merge branch 'master' of ↵Brice Goglin
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
2008-05-27R3/4/5xx: use get_param to get the num_gb_pipes from the drmAlex Deucher
2008-05-27RADEON: improve support for secondary cardsAlex Deucher
this should fix bugs 16115, 16035
2008-05-27ATOM: remove duplicate codeAlex Deucher
2008-05-28radeon: fix surface access on avivo chips.Dave Airlie
This should fix VT switch on vesafb
2008-05-27r600: fix vt switch issueMichael Babej
RH BZ 441492
2008-05-24atombios: for LVDS set use ref div as per legacyDave Airlie
2008-05-23Remove the .pc directory properlyJulien Cristau
2008-05-21Prepare changelog for uploadBrice Goglin
2008-05-21New upstream snapshotBrice Goglin
2008-05-21Merge branch 'master' of ↵Brice Goglin
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
2008-05-20Strip ^M's from src/AtomBios/includes/ObjectID.hAlan Coopersmith
2008-05-20On non-gcc compilers, use C99's __func__ instead of gcc's __FUNCTION__Alan Coopersmith
2008-05-20R200/R300: fix gamma setup for overlayTobias Diedrich
More pending. See bug 16001
2008-05-20RADEON: cleanup connection detection and remove duplicate codeAlex Deucher
2008-05-20RADEON: enable cloning on multi-crtc cardsAlex Deucher
2008-05-20ATOM: Ignore invalid connector entriesAlex Deucher