xf86-video-intel: src/sna/gen4_vertex.h src/sna/sna_video.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Dec 28 15:02:19 PST 2012


 src/sna/gen4_vertex.h |    2 +-
 src/sna/sna_video.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2f53fb389c001f68134f514e30e25e91de41fb9d
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Dec 28 22:58:02 2012 +0000

    sna: DBG compile fixes
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/gen4_vertex.h b/src/sna/gen4_vertex.h
index 63f21bf..b6d1374 100644
--- a/src/sna/gen4_vertex.h
+++ b/src/sna/gen4_vertex.h
@@ -17,7 +17,7 @@ gen4_choose_composite_vertex_buffer(const struct sna_composite_op *op)
 	if (op->mask.bo)
 		id |= (2 + !op->mask.is_affine) << 2;
 	DBG(("%s: id=%x (%d, %d)\n", __FUNCTION__, id,
-	     op->src.is_solid ? 1 : 2 + !op->src.is_affine;
+	     op->src.is_solid ? 1 : 2 + !op->src.is_affine,
 	     op->mask.bo ?  2 + !op->mask.is_affine : 0));
 	assert(id > 0 && id < 16);
 	return id;
diff --git a/src/sna/sna_video.c b/src/sna/sna_video.c
index d5b9c0f..8d111d5 100644
--- a/src/sna/sna_video.c
+++ b/src/sna/sna_video.c
@@ -449,7 +449,7 @@ sna_video_copy_data(struct sna *sna,
 
 	DBG(("%s: handle=%d, size=%dx%d [%d], rotation=%d, is-texture=%d\n",
 	     __FUNCTION__, frame->bo ? frame->bo->handle : 0,
-	     frame->width, frame->height, frame->size
+	     frame->width, frame->height, frame->size,
 	     video->rotation, video->textured));
 	DBG(("%s: image=(%d, %d), (%d, %d), source=(%d, %d), (%d, %d)\n",
 	     __FUNCTION__,


More information about the xorg-commit mailing list