diff options
author | Dave Airlie <airlied@redhat.com> | 2020-08-07 09:18:17 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-08-10 10:33:50 +1000 |
commit | 373627930f0208c9a8ddc96510583db532c3e354 (patch) | |
tree | 4d3f82f4b8876af28aa85a6831099ee2858f5894 /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | |
parent | 4f297b9c82e1a43d2c02a687aa134e1b7318b7e6 (diff) |
drm/amdgpu/ttm: drop the adev link from vram mgr
There is no need for that now since it's embedded.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200806233459.4057784-3-airlied@gmail.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h index 67022ed6c643..7ba2be37e6ba 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h @@ -47,7 +47,6 @@ struct amdgpu_vram_mgr { spinlock_t lock; atomic64_t usage; atomic64_t vis_usage; - struct amdgpu_device *adev; }; struct amdgpu_gtt_mgr { |