summaryrefslogtreecommitdiff
path: root/src/nv50_xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv50_xv.c')
-rw-r--r--src/nv50_xv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nv50_xv.c b/src/nv50_xv.c
index 87e22b5..e02f86d 100644
--- a/src/nv50_xv.c
+++ b/src/nv50_xv.c
@@ -289,8 +289,7 @@ nv50_xv_image_put(ScrnInfoPtr pScrn,
return BadAlloc;
if (pPriv->SyncToVBlank) {
- NV50SyncToVBlank(ppix, dstBox->x1, dstBox->y1,
- dstBox->x2, dstBox->y2);
+ NV50SyncToVBlank(ppix, dstBox);
}
/* These are fixed point values in the 16.16 format. */