sna: Propagate busyness when creating the proxy
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
e28f5a2537
commit
1e2a03ad19
|
|
@ -4178,6 +4178,13 @@ struct kgem_bo *kgem_create_proxy(struct kgem *kgem,
|
|||
|
||||
bo->proxy = kgem_bo_reference(target);
|
||||
bo->delta = offset;
|
||||
|
||||
if (target->exec) {
|
||||
list_move_tail(&bo->request, &kgem->next_request->buffers);
|
||||
bo->exec = &_kgem_dummy_exec;
|
||||
}
|
||||
bo->rq = target->rq;
|
||||
|
||||
return bo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue