From 60e4e009f90543bfd57f6a4e51ebc5b32b4af33b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 20 Oct 2012 17:59:45 +0100 Subject: sna: Move the source region to the CPU for a self-copy fallback CopyArea Signed-off-by: Chris Wilson --- src/sna/fb/fbblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sna/fb') diff --git a/src/sna/fb/fbblt.c b/src/sna/fb/fbblt.c index d4d20b68..287ea40f 100644 --- a/src/sna/fb/fbblt.c +++ b/src/sna/fb/fbblt.c @@ -270,7 +270,7 @@ fbBlt(FbBits *srcLine, FbStride srcStride, int srcX, int alu, FbBits pm, int bpp, Bool reverse, Bool upsidedown) { - DBG(("%s %dx%d, alu=%d, pm=%d, bpp=%d (reverse=%d, upsidedown=%d)\n", + DBG(("%s %dx%d, alu=%d, pm=%x, bpp=%d (reverse=%d, upsidedown=%d)\n", __FUNCTION__, width, height, alu, pm, bpp, reverse, upsidedown)); if (alu == GXcopy && pm == FB_ALLONES && ((srcX|dstX|width) & 7) == 0) { -- cgit v1.2.3