sna: Disable GPU preferences when marking it as wedged
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
cc9d7f6777
commit
61ab528b16
|
|
@ -2383,4 +2383,5 @@ void
|
|||
sna_render_mark_wedged(struct sna *sna)
|
||||
{
|
||||
sna->render.copy_boxes = memcpy_copy_boxes;
|
||||
sna->render.prefer_gpu = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue