]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Group gfx sysfs functions
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 29 Oct 2024 05:17:26 +0000 (10:47 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Nov 2024 17:06:23 +0000 (12:06 -0500)
commit047767ddc93666704026c79c01554597375beb50
tree1c91ee5c55d36f44a6ff15f5b8978066ac5c1854
parent12e5df81bb1f006be2bc8341c732ebd966e573e4
drm/amdgpu: Group gfx sysfs functions

Make amdgpu_gfx_sysfs_init/fini functions as common entry points for all
gfx related sysfs nodes.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c