diff options
author | Christian König <christian.koenig@amd.com> | 2018-09-10 16:07:57 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-09-13 15:14:12 -0500 |
commit | e83dfe4d869358549bb259ab581ae4f0450c6580 (patch) | |
tree | 25b211fb26ae600a241ee6e345849e54fb5ccf3b /drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h | |
parent | 03651735fbded39f608163718f816ab9cf14fba7 (diff) | |
download | linux-e83dfe4d869358549bb259ab581ae4f0450c6580.tar.gz linux-e83dfe4d869358549bb259ab581ae4f0450c6580.tar.bz2 linux-e83dfe4d869358549bb259ab581ae4f0450c6580.zip |
drm/amdgpu: remove amdgpu_bo_list_entry.robj (v2)
We can get that just by casting tv.bo.
v2: squash in kfd fix (Alex)
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h index 61b089768e1c..7c5f5d1601e6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.h @@ -32,7 +32,6 @@ struct amdgpu_bo_va; struct amdgpu_fpriv; struct amdgpu_bo_list_entry { - struct amdgpu_bo *robj; struct ttm_validate_buffer tv; struct amdgpu_bo_va *bo_va; uint32_t priority; |