sna: Fix cut'n'paste DBG error

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-06-09 15:03:23 +01:00
parent 8901a99afb
commit b00a60b417
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {