]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: push userq debugfs function in amdgpu_debugfs files
authorSunil Khatri <sunil.khatri@amd.com>
Fri, 6 Mar 2026 11:15:14 +0000 (16:45 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 21:34:19 +0000 (16:34 -0500)
commiteb2e7f20c1473f9153088d564471dc0226530824
tree03a9f2f83f28148c205fecef7c630fb5bf3918a8
parenta07930e4db4ceecb22f5ae63c97ed09c020844f8
drm/amdgpu: push userq debugfs function in amdgpu_debugfs files

Debugfs files for amdgpu are better to be handled in the dedicated
amdgpu_debugfs.c/.h files.

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