dma-buf: rename reservation_object to dma_resv
Be more consistent with the naming of the other DMA-buf objects. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/323401/
This commit is contained in:
@@ -396,7 +396,7 @@ static int virtio_gpu_transfer_from_host_ioctl(struct drm_device *dev,
|
||||
(vgdev, qobj->hw_res_handle,
|
||||
vfpriv->ctx_id, offset, args->level,
|
||||
&box, fence);
|
||||
reservation_object_add_excl_fence(qobj->tbo.base.resv,
|
||||
dma_resv_add_excl_fence(qobj->tbo.base.resv,
|
||||
&fence->f);
|
||||
|
||||
dma_fence_put(&fence->f);
|
||||
@@ -450,7 +450,7 @@ static int virtio_gpu_transfer_to_host_ioctl(struct drm_device *dev, void *data,
|
||||
(vgdev, qobj,
|
||||
vfpriv ? vfpriv->ctx_id : 0, offset,
|
||||
args->level, &box, fence);
|
||||
reservation_object_add_excl_fence(qobj->tbo.base.resv,
|
||||
dma_resv_add_excl_fence(qobj->tbo.base.resv,
|
||||
&fence->f);
|
||||
dma_fence_put(&fence->f);
|
||||
}
|
||||
|
Reference in New Issue
Block a user