]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amdgpu: Remove debugfs amdgpu_reset_dump_register_list
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 30 Jul 2024 05:30:06 +0000 (11:00 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2024 14:42:09 +0000 (10:42 -0400)
commit17277da26623d4aa8bdda628d0024cf2f2e39ae6
tree6e1dcd2cef84910831655dc71ca49d73deb0a70f
parent9710b84e2a6afde2db20cd33435038eb75b91200
drm/amdgpu: Remove debugfs amdgpu_reset_dump_register_list

There are some problem with existing amdgpu_reset_dump_register_list
debugfs node. It is supposed to read a list of registers but there
could be cases when the IP is not in correct power state. Register
read in such cases could lead to more problems.

We are taking care of all such power states in devcoredump and
dumping the registers of need for debugging. So cleaning this code
and we dont need this functionality via debugfs anymore.

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_debugfs.c