]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Fix discovery offset check under VF
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 12 May 2026 14:59:52 +0000 (20:29 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 May 2026 22:11:11 +0000 (18:11 -0400)
commitd3f5bbd007133c64a20e81ef290a93e46c75df40
tree88f4336a080c3574b06545d6ec206191bd9b59d5
parent4d35a45c9b4c1ac5b6e3219f83c3db706b675fa2
drm/amdgpu: Fix discovery offset check under VF

Discovery table may be kept at offset 0 by host driver. Remove the
validation check.

Fixes: 01bdc7e219c4 ("drm/amdgpu: New interface to get IP discovery binary v3")
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Ellen Pan <yunru.pan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c