]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amd: Convert SMUv13 microcode to use `amdgpu_ucode_ip_version_decode`
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 28 Dec 2022 07:21:18 +0000 (01:21 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jan 2023 21:27:51 +0000 (16:27 -0500)
commit755f32a39e19b5ade9353dc9beaca72853ac4862
treeb66773027c625ba68186e16dc76b9f047ea10368
parent6b54496238cc81792f697e7b21c452cdcdbb4ac5
drm/amd: Convert SMUv13 microcode to use `amdgpu_ucode_ip_version_decode`

The special case for the one dGPU has been moved into
`amdgpu_ucode_ip_version_decode`, so simplify this code.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c