Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/sriov:now must reinit psp

otherwise after VF FLR the KIQ cannot work

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Monk Liu and committed by
Alex Deucher
ef4c166d 91fe77eb

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
··· 1946 1946 1947 1947 static enum amd_ip_block_type ip_order[] = { 1948 1948 AMD_IP_BLOCK_TYPE_SMC, 1949 + AMD_IP_BLOCK_TYPE_PSP, 1949 1950 AMD_IP_BLOCK_TYPE_DCE, 1950 1951 AMD_IP_BLOCK_TYPE_GFX, 1951 1952 AMD_IP_BLOCK_TYPE_SDMA,