rpms/xorg-x11-drv-ati/devel radeon-r6xx-fix.patch,1.4,1.5

Dave Airlie airlied at fedoraproject.org
Fri Apr 3 10:20:14 UTC 2009


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32220

Modified Files:
	radeon-r6xx-fix.patch 
Log Message:
* Fri Apr 03 2009 Dave Airlie <airlied at redhat.com> 6.12.1-4
- fix up r600 xv harder


radeon-r6xx-fix.patch:

Index: radeon-r6xx-fix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/radeon-r6xx-fix.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- radeon-r6xx-fix.patch	3 Apr 2009 10:11:12 -0000	1.4
+++ radeon-r6xx-fix.patch	3 Apr 2009 10:20:14 -0000	1.5
@@ -39,13 +39,13 @@
  		if (id == FOURCC_YV12)
  		    R600CopyPlanarHW(pScrn, buf, buf + s3offset, buf + s2offset,
 -				     pPriv->src_offset,
-+				     pPriv->src_offset + info->fbLocation + pScrn->fboffset,
++				     pPriv->src_offset + info->fbLocation + pScrn->fbOffset,
  				     srcPitch, srcPitch2, pPriv->src_pitch,
  				     width, height);
  		else
  		    R600CopyPlanarHW(pScrn, buf, buf + s2offset, buf + s3offset,
 -				     pPriv->src_offset,
-+				     pPriv->src_offset + info->fbLocation + pScrn->fboffset,
++				     pPriv->src_offset + info->fbLocation + pScrn->fbOffset,
  				     srcPitch, srcPitch2, pPriv->src_pitch,
  				     width, height);
  	    } else {
@@ -54,7 +54,7 @@
  	if (info->ChipFamily >= CHIP_FAMILY_R600) {
  	    if (info->DMAForXv)
 -		R600CopyPackedHW(pScrn, buf, pPriv->src_offset,
-+		R600CopyPackedHW(pScrn, buf, pPriv->src_offset + info->fbLocation + pScrn->fboffset,
++		R600CopyPackedHW(pScrn, buf, pPriv->src_offset + info->fbLocation + pScrn->fbOffset,
  				 2 * width, pPriv->src_pitch,
  				 width, height);
  	    else




More information about the fedora-extras-commits mailing list