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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Upload a single sdma fw copy when using psp v15.0.8

driver only need to upload sdma firmware copy for
all sdma instances when using PSP v15.0.8

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
0c24b83d b02c2235

+3 -1
+3 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 3085 3085 amdgpu_ip_version(adev, MP0_HWIP, 0) == 3086 3086 IP_VERSION(11, 0, 11) || 3087 3087 amdgpu_ip_version(adev, MP0_HWIP, 0) == 3088 - IP_VERSION(11, 0, 12)) && 3088 + IP_VERSION(11, 0, 12) || 3089 + amdgpu_ip_version(adev, MP0_HWIP, 0) == 3090 + IP_VERSION(15, 0, 8)) && 3089 3091 (ucode->ucode_id == AMDGPU_UCODE_ID_SDMA1 || 3090 3092 ucode->ucode_id == AMDGPU_UCODE_ID_SDMA2 || 3091 3093 ucode->ucode_id == AMDGPU_UCODE_ID_SDMA3))