]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix incorrect judge on sos fw version
authorMonk Liu <Monk.Liu@amd.com>
Tue, 30 Jul 2019 09:32:27 +0000 (17:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Aug 2019 15:17:28 +0000 (10:17 -0500)
commit39036b4f9f06c7665ddde8ab3473700c8ae49b4c
treee86656765b6233f750e3ecc33cdb9755ac2d571e
parentf4e3f88bd9cb83e5f46f7f4c48dc0bc8505a63c0
drm/amdgpu: fix incorrect judge on sos fw version

for SRIOV the SOS fw of PSP is loaded in hypervisor thus
guest won't tell the version of it, and judging feature by
reading the sos fw version in guest side is completely wrong

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Emily Deng <Emily.Deng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v3_1.c