diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-28 22:58:02 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-28 22:58:02 +0000 |
commit | 2f53fb389c001f68134f514e30e25e91de41fb9d (patch) | |
tree | 37b46cf5d4114a05bb7c424c346f5e874796f69f /src/sna/sna_video.c | |
parent | dba83dacd2ccbb2ac23b205ce2a872a889fa30bd (diff) |
sna: DBG compile fixes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video.c')
-rw-r--r-- | src/sna/sna_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_video.c b/src/sna/sna_video.c index d5b9c0f0..8d111d54 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__, |