sna: Don't mark mapping as synchronous by default
Only those that point into scratch memory need to synchronized before control is handed back to the client. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
4c2a97e9d2
commit
4071dca0ef
|
|
@ -2398,7 +2398,6 @@ struct kgem_bo *kgem_create_map(struct kgem *kgem,
|
|||
}
|
||||
|
||||
bo->reusable = false;
|
||||
bo->sync = true;
|
||||
DBG(("%s(ptr=%p, size=%d, read_only=%d) => handle=%d\n",
|
||||
__FUNCTION__, ptr, size, read_only, handle));
|
||||
return bo;
|
||||
|
|
|
|||
Loading…
Reference in New Issue