]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/pm: add smc v2_1 printer in amdgpu_ucode_print_smc_hdr()
authorKevin Wang <kevin1.wang@amd.com>
Mon, 7 Dec 2020 06:32:26 +0000 (14:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Dec 2020 04:02:50 +0000 (23:02 -0500)
commitda05199f592318e69bc95342955343d46495b15f
treefa9baf64b02947558b56d8c84471ddb10236ffdc
parentc9ff3644d384da8019e428a4f5eaf77756a341f7
drm/amdgpu/pm: add smc v2_1 printer in amdgpu_ucode_print_smc_hdr()

the smc v2_0 printer is not compatible with the smc v2_1 .
1. add smc v2_1 printer.
2. cleanup code

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c