diff options
author | Christian König <[email protected]> | 2020-10-19 14:18:19 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-27 12:01:35 -0400 |
commit | 923e15d634ac28c6592be12eea91921ed7409d9e (patch) | |
tree | 7e2b1c334742ecd5263adb96121462b61338c124 | |
parent | c345c89b64914ec701a25036ecc734c0201d4a7c (diff) |
drm/amdgpu: drop mem_global_referenced
Not used any more.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 68c5e3662b87..d808b2a58b28 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h @@ -58,7 +58,6 @@ struct amdgpu_gtt_mgr { struct amdgpu_mman { struct ttm_bo_device bdev; - bool mem_global_referenced; bool initialized; void __iomem *aper_base_kaddr; |