drm/amdgpu: use sjt mec fw on aldebaran for sriov
authorshaoyunl <shaoyun.liu@amd.com>
Fri, 5 Aug 2022 15:47:20 +0000 (11:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2022 22:17:31 +0000 (18:17 -0400)
commit1d32af4facd075542b26550e679ab53b5b8b5c5f
treed51bbf6e61b4eeaf8d88a98ce812e46ec9cee6f8
parent0a8c91d7b694d122afe513e95908e8497cddc195
drm/amdgpu: use sjt mec fw on aldebaran for sriov

The second jump table is required on live migration or mulitple VF
configuration on Aldebaran. With this implemented, the first level
jump table(hw used) will be same, mec fw internal will use the
second level jump table jump to the real functionality implementation.
so the different VF can load different version of MEC as long as
they support sjt

Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c