]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3794d86cd978cc5429f4329b4a7f348d97322487
treed51bbf6e61b4eeaf8d88a98ce812e46ec9cee6f8
parente58ca921fe0f400f6ded884c47c1907413c3de77
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