]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Use FW addr returned by PSP for VF MM
authorTrigger Huang <Trigger.Huang@amd.com>
Mon, 25 Feb 2019 11:19:56 +0000 (19:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 May 2019 18:23:24 +0000 (13:23 -0500)
commitace66892150042b6930fa03451e64d36f2c81077
tree9154b233bb7128f4ae733abfcf8d20423b9394de
parent63a25908fa387a739daa7bfb9a7db24a272bacc6
drm/amdgpu: Use FW addr returned by PSP for VF MM

One Vega10 SR-IOV VF, the FW address returned by PSP should be
set into the init table, while not the original BO mc address.
otherwise, UVD and VCE IB test will fail under Vega10 SR-IOV

reference:
commit 71cdfa843ed2 ("drm/amdgpu:change VEGA booting with firmware loaded by PSP")
commit 8342d98a5aa9 ("drm/amdgpu: Change VCE booting with firmware loaded by PSP")

Signed-off-by: Trigger Huang <Trigger.Huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c