aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2019-03-21 16:43:39 +0100
committerAlex Deucher <[email protected]>2019-03-27 22:40:57 -0500
commit110aef572afccc8d18c8d1ad6cb027795ec01cda (patch)
treefa2309ea184ab4adea27a70866fb9653eabf739d /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
parentecf96b52bf98a22f14bd33c7deee0aad8eb6b569 (diff)
drm/amdgpu: drop the ib from the VM update parameters
It is redundant with the job pointer. Signed-off-by: Christian König <[email protected]> Reviewed-by: Felix Kuehling <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
index 9dbdf00cd74b..beac15bca526 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
@@ -204,11 +204,6 @@ struct amdgpu_vm_update_params {
struct amdgpu_job *job;
/**
- * @ib: indirect buffer to fill with commands
- */
- struct amdgpu_ib *ib;
-
- /**
* @num_dw_left: number of dw left for the IB
*/
unsigned int num_dw_left;