sna/gen3: Don't force use of the render pipeline just for vmap
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
0915d414f5
commit
98ad4c3cd8
|
|
@ -2404,10 +2404,6 @@ source_use_blt(struct sna *sna, PicturePtr picture)
|
|||
if (too_large(picture->pDrawable->width, picture->pDrawable->height))
|
||||
return true;
|
||||
|
||||
/* If we can sample directly from user-space, do so */
|
||||
if (sna->kgem.has_vmap)
|
||||
return false;
|
||||
|
||||
return is_cpu(picture->pDrawable) || is_dirty(picture->pDrawable);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue