sna: Disable GPU preferences when marking it as wedged

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-01-06 13:34:22 +00:00
parent cc9d7f6777
commit 61ab528b16
1 changed files with 1 additions and 0 deletions

View File

@ -2383,4 +2383,5 @@ void
sna_render_mark_wedged(struct sna *sna)
{
sna->render.copy_boxes = memcpy_copy_boxes;
sna->render.prefer_gpu = 0;
}