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:
parent
492093d04b
commit
8922b804bc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue