diff options
| author | Dave Airlie <[email protected]> | 2020-08-21 00:17:51 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2020-08-21 00:17:52 +0000 |
| commit | ba9086a6df1ea8bb2bbed7a92f14bfddc10fb8a7 (patch) | |
| tree | bab2088354f935343021f8b9b3a1ab093fa1c711 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
| parent | Merge tag 'amd-drm-fixes-5.9-2020-08-12' of git://people.freedesktop.org/~agd... (diff) | |
| parent | Revert "drm/amdgpu: disable gfxoff for navy_flounder" (diff) | |
| download | kernel-ba9086a6df1ea8bb2bbed7a92f14bfddc10fb8a7.tar.gz kernel-ba9086a6df1ea8bb2bbed7a92f14bfddc10fb8a7.zip | |
Merge tag 'amd-drm-fixes-5.9-2020-08-20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
amd-drm-fixes-5.9-2020-08-20:
amdgpu:
- Fixes for Navy Flounder
- Misc display fixes
- RAS fix
amdkfd:
- SDMA fix for renoir
Signed-off-by: Dave Airlie <[email protected]>
From: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c index bcce4c0be462..1bedb416eebd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @@ -1243,7 +1243,6 @@ void amdgpu_ras_debugfs_remove(struct amdgpu_device *adev, if (!obj || !obj->ent) return; - debugfs_remove(obj->ent); obj->ent = NULL; put_obj(obj); } @@ -1257,7 +1256,6 @@ static void amdgpu_ras_debugfs_remove_all(struct amdgpu_device *adev) amdgpu_ras_debugfs_remove(adev, &obj->head); } - debugfs_remove_recursive(con->dir); con->dir = NULL; } /* debugfs end */ |
