summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-09-26 06:15:58 +1000
committerDave Airlie <airlied@linux.ie>2009-09-26 06:15:58 +1000
commit9733dcde0a21b7503aa20254724f2910b541b990 (patch)
tree464f47f2238f402dd174a44bfd92fdad95c7f5b5
parentff18595eace42ddfc931f4f948cb5adf59ebcf52 (diff)
r600: fix build
-rw-r--r--src/r600_textured_videofuncs.c2
1 files changed, 1 insertions, 1 deletions
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