From b00a60b41736c399f849217626f246e6e7d1f7eb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 9 Jun 2014 15:03:23 +0100 Subject: [PATCH] sna: Fix cut'n'paste DBG error Signed-off-by: Chris Wilson --- src/sna/sna_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 876884f..aeafeea 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -4462,7 +4462,7 @@ static int do_page_flip(struct sna *sna, struct kgem_bo *bo, if (bo->pitch != crtc->bo->pitch || crtc_offset != crtc->offset) { DBG(("%s: changing pitch (%d == %d) or offset (%x == %x)\n", __FUNCTION__, - flip_bo->pitch, crtc->bo->pitch, + bo->pitch, crtc->bo->pitch, crtc_offset, crtc->offset)); fixup_flip: if (sna_crtc_flip(sna, crtc)) { -- 2.7.4