diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-09 15:03:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-09 16:39:02 +0100 |
commit | b00a60b41736c399f849217626f246e6e7d1f7eb (patch) | |
tree | ad85136b628c685c77a205736c2019aa4a09f5a3 /src | |
parent | 8901a99afb7be4f6f377a8e84e62e5d768c8443d (diff) |
sna: Fix cut'n'paste DBG error
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/sna/sna_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 876884f0..aeafeea0 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)) { |