xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Fri Sep 25 13:16:41 PDT 2009


 src/r600_textured_videofuncs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9733dcde0a21b7503aa20254724f2910b541b990
Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Sep 26 06:15:58 2009 +1000

    r600: fix build

diff --git a/src/r600_textured_videofuncs.c b/src/r600_textured_videofuncs.c
index 1798091..e30cfcb 100644
--- a/src/r600_textured_videofuncs.c
+++ b/src/r600_textured_videofuncs.c
@@ -234,7 +234,7 @@ R600DisplayTexturedVideo(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv)
 	radeon_cs_space_add_persistent_bo(info->cs, accel_state->src_bo[0],
 					  RADEON_GEM_DOMAIN_GTT | RADEON_GEM_DOMAIN_VRAM, 0);
 	radeon_cs_space_add_persistent_bo(info->cs, accel_state->dst_bo,
-					  0, RADEON_GEM_DOMAIN_VRAM, 0);
+					  0, RADEON_GEM_DOMAIN_VRAM);
 	if (radeon_cs_space_check(info->cs))
 	    return;
     } else


More information about the xorg-commit mailing list