]> www.infradead.org Git - users/hch/misc.git/commit
drm/amdgpu: Remove unsupported xgmi versions
authorLijo Lazar <lijo.lazar@amd.com>
Thu, 6 Feb 2025 12:03:46 +0000 (17:33 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Mar 2025 03:10:08 +0000 (23:10 -0400)
commitb9e75bcb2b39e1202364d958ee4f27fd8a6f1313
treeea3153eac004a50bb8adfbd881139331ee1bb995
parent16fbc18cb07470cd33fb5f37ad181b51583e6dc0
drm/amdgpu: Remove unsupported xgmi versions

XGMI v4.8.0 is not used in any SOCs. Remove the associated functions.
Also, ensure get_xgmi_info callback pointer is not NULL before calling
the function.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c