sna/gen7: Prefer GPU spans for Baytrail as well
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
0b68f1741f
commit
d92b5ddcff
|
|
@ -3868,7 +3868,7 @@ const char *gen7_render_init(struct sna *sna, const char *backend)
|
|||
#if !NO_COMPOSITE_SPANS
|
||||
sna->render.check_composite_spans = gen7_check_composite_spans;
|
||||
sna->render.composite_spans = gen7_render_composite_spans;
|
||||
if (is_mobile(sna) || is_gt2(sna))
|
||||
if (is_mobile(sna) || is_gt2(sna) || is_byt(sna))
|
||||
sna->render.prefer_gpu |= PREFER_GPU_SPANS;
|
||||
#endif
|
||||
sna->render.video = gen7_render_video;
|
||||
|
|
|
|||
Loading…
Reference in New Issue