sna/gen6+: Add missing DBG argument
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a4d23ff3b2
commit
cf4683209d
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue