diff options
| author | Nirmoy Das <[email protected]> | 2021-02-11 14:33:30 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-02-18 21:43:09 +0000 |
| commit | 0299bef975d6683824c5769075e7106a39d96b84 (patch) | |
| tree | a7547a2f17bf03a362b80d094f600d5c7ca55060 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | |
| parent | drm/radeon: cleanup debugfs (diff) | |
| download | kernel-0299bef975d6683824c5769075e7106a39d96b84.tar.gz kernel-0299bef975d6683824c5769075e7106a39d96b84.zip | |
drm/amdgpu: remove CONFIG_DRM_AMDGPU_GART_DEBUGFS
Removed unused CONFIG_DRM_AMDGPU_GART_DEBUGFS code.
We can use umr instead of this gart debugfs.
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h index afa2e2877d87..a25fe97b0196 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h @@ -46,9 +46,6 @@ struct amdgpu_gart { unsigned num_gpu_pages; unsigned num_cpu_pages; unsigned table_size; -#ifdef CONFIG_DRM_AMDGPU_GART_DEBUGFS - struct page **pages; -#endif bool ready; /* Asic default pte flags */ |
