diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-21 14:48:23 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-21 14:48:23 +0000 |
commit | dee2db883954d9ce3560b81f84d5c805edfd3977 (patch) | |
tree | fac922df9dc3873dfe9a4d21bc78fd934dee4b91 | |
parent | 7d9edc9a717cfc6fbdbe468f7e32a68ac674a207 (diff) |
sna: Fix typo in sna_blt_fill_begin()
Reported-by: intelgraphics7@gmx-topmail.de
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_blt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c index 48a7cf69..17a785c2 100644 --- a/src/sna/sna_blt.c +++ b/src/sna/sna_blt.c @@ -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 { |