sna/gen7: Enable 8 pixel dispatch

This gives a small performance increase when operating with rectangles,
which is reasonably frequent.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-07-31 10:20:51 +01:00
parent 492093d04b
commit 8922b804bc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#define NO_RING_SWITCH 0
#define USE_8_PIXEL_DISPATCH 0
#define USE_8_PIXEL_DISPATCH 1
#define USE_16_PIXEL_DISPATCH 1
#define USE_32_PIXEL_DISPATCH 0