sna/gen6+: Add missing DBG argument

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-02-22 20:17:08 +00:00
parent a4d23ff3b2
commit cf4683209d
3 changed files with 3 additions and 3 deletions

View File

@ -1832,7 +1832,7 @@ gen6_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h, partial));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;

View File

@ -2111,7 +2111,7 @@ gen7_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h, partial));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;

View File

@ -1862,7 +1862,7 @@ gen8_composite_set_target(struct sna *sna,
BoxRec box;
unsigned int hint;
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h));
DBG(("%s: (%d, %d)x(%d, %d), partial?=%d\n", __FUNCTION__, x, y, w, h, partial));
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
op->dst.format = dst->format;