sna: Add some more DBG for choosing render targets
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ed8d4f0ce3
commit
8b0748c57e
|
|
@ -1831,6 +1831,8 @@ 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));
|
||||
|
||||
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
|
||||
op->dst.format = dst->format;
|
||||
op->dst.width = op->dst.pixmap->drawable.width;
|
||||
|
|
|
|||
|
|
@ -2111,6 +2111,8 @@ 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));
|
||||
|
||||
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
|
||||
op->dst.format = dst->format;
|
||||
op->dst.width = op->dst.pixmap->drawable.width;
|
||||
|
|
|
|||
|
|
@ -1862,6 +1862,8 @@ 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));
|
||||
|
||||
op->dst.pixmap = get_drawable_pixmap(dst->pDrawable);
|
||||
op->dst.format = dst->format;
|
||||
op->dst.width = op->dst.pixmap->drawable.width;
|
||||
|
|
|
|||
Loading…
Reference in New Issue