]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amdgpu: Clean up the register dump via debugfs list
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 30 Jul 2024 05:49:53 +0000 (11:19 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2024 14:42:22 +0000 (10:42 -0400)
commit836af5be1b6d8e93d736c252e711a20db7dbde9d
treec91bf124917cdfd720c83a445f432302ee9d19a3
parent17277da26623d4aa8bdda628d0024cf2f2e39ae6
drm/amdgpu: Clean up the register dump via debugfs list

debugfs register list for dump is cleaned as it have
some issues related to proper power state of the IP
before register read.

Since the above mentioned is removed we no longer want
this to be dumped part of the devcoredump and hence
removed.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c