summaryrefslogtreecommitdiff
path: root/src/sna/fb
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-10-20 17:59:45 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-20 17:59:45 +0100
commit60e4e009f90543bfd57f6a4e51ebc5b32b4af33b (patch)
tree49be4a7c2eedc995f33ec102e3c07632cb485bc2 /src/sna/fb
parent7ff8b1ba543508f3b209f2ade7655c3aa34d546d (diff)
sna: Move the source region to the CPU for a self-copy fallback CopyArea
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/fb')
-rw-r--r--src/sna/fb/fbblt.c2
1 files changed, 1 insertions, 1 deletions
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) {