diff options
author | Nirmoy Das <nirmoy.das@amd.com> | 2021-02-10 16:19:20 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-02-18 22:43:09 +0100 |
commit | ba3d9406a093c00f8bb274fe38dd10475a17181f (patch) | |
tree | ce57b0aab171cf9b193ed8e94b1a177faedd5e3e /drivers/gpu/drm/radeon/radeon.h | |
parent | drm/amdgpu: do not keep debugfs dentry (diff) | |
download | linux-ba3d9406a093c00f8bb274fe38dd10475a17181f.tar.xz linux-ba3d9406a093c00f8bb274fe38dd10475a17181f.zip |
drm/radeon: cleanup debugfs
Remove unnecessary debugfs dentries and also radeon_ttm_debugfs_fini()
as drm_debugfs_cleanup() will recursively remove debugfs files.
Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index f09989bdce98..fddd61dd61ed 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -453,11 +453,6 @@ struct radeon_surface_reg { struct radeon_mman { struct ttm_bo_device bdev; bool initialized; - -#if defined(CONFIG_DEBUG_FS) - struct dentry *vram; - struct dentry *gtt; -#endif }; struct radeon_bo_list { |