diff options
| author | Christian König <[email protected]> | 2016-09-15 12:10:48 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-09-28 20:16:20 +0000 |
| commit | 1927ffc0c19d7d42f775604f6984933bbb0d419b (patch) | |
| tree | ef490717700f0a8dae7cd9cb410ec9fa8890c088 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: add a custom GTT memory manager v2 (diff) | |
| download | kernel-1927ffc0c19d7d42f775604f6984933bbb0d419b.tar.gz kernel-1927ffc0c19d7d42f775604f6984933bbb0d419b.zip | |
drm/amdgpu: remove unused member from struct amdgpu_bo
Not used in a while.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 9d79e4ba0213..869d6ebc2ea3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -446,8 +446,6 @@ struct amdgpu_bo_va { #define AMDGPU_GEM_DOMAIN_MAX 0x3 struct amdgpu_bo { - /* Protected by gem.mutex */ - struct list_head list; /* Protected by tbo.reserved */ u32 prefered_domains; u32 allowed_domains; |
