mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
Revert "drm/amdgpu: add debugfs amdgpu_reset_level"
This reverts commit5bd8d53f6f. This commit breaks the reset logic for aldebaran, revert it for now. Will move the mask inside the reset handler. Fixes:5bd8d53f6f("drm/amdgpu: add debugfs amdgpu_reset_level") Signed-off-by: Victor Zhao <Victor.Zhao@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
a7310d8de3
commit
6aa5893926
@@ -1954,8 +1954,6 @@ int amdgpu_debugfs_init(struct amdgpu_device *adev)
|
||||
return PTR_ERR(ent);
|
||||
}
|
||||
|
||||
debugfs_create_u32("amdgpu_reset_level", 0600, root, &adev->amdgpu_reset_level_mask);
|
||||
|
||||
/* Register debugfs entries for amdgpu_ttm */
|
||||
amdgpu_ttm_debugfs_init(adev);
|
||||
amdgpu_debugfs_pm_init(adev);
|
||||
|
||||
Reference in New Issue
Block a user