drm/amdgpu: Fix logic to determine TOS reload
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 30 Sep 2024 12:05:50 +0000 (17:35 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:43:50 +0000 (17:43 -0400)
commitf0b919960d6d007ab3a1c8addbd5af336f09062f
tree124bb3516f666e208adc8fb430e9c5fcb1492b1e
parent6a9456e0e3270438b2aab5e6ef8433aa25c8f974
drm/amdgpu: Fix logic to determine TOS reload

Avoid comparing TOS version on APUs. On APUs driver doesn't take care of
TOS load.

Fixes: 0ff382261371 ("drm/amdgpu: Add interface for TOS reload cases")
Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Acked-by: Rajneesh Bhardwaj <Rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c