sna: Fix typo in sna_blt_fill_begin()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Nov 2013 14:48:23 +0000 (14:48 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Nov 2013 14:48:23 +0000 (14:48 +0000)
Reported-by: intelgraphics7@gmx-topmail.de
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_blt.c

index 48a7cf6..17a785c 100644 (file)
@@ -257,7 +257,7 @@ noinline static void sna_blt_fill_begin(struct sna *sna,
                                         0);
                b[6] = blt->pixel;
                b[7] = blt->pixel;
-               b[9] = 0;
+               b[8] = 0;
                b[9] = 0;
                kgem->nbatch += 10;
        } else {