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

drm/amd/pm: bump SMU 13.0.0 driver_if header version

This can suppress the warning caused by version mismatch.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.1.x

authored by

Evan Quan and committed by
Alex Deucher
9874cc2d 0e763afc

+4 -3
+3 -2
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_0.h
··· 123 123 (1 << FEATURE_DS_FCLK_BIT) | \ 124 124 (1 << FEATURE_DS_LCLK_BIT) | \ 125 125 (1 << FEATURE_DS_DCFCLK_BIT) | \ 126 - (1 << FEATURE_DS_UCLK_BIT)) 126 + (1 << FEATURE_DS_UCLK_BIT) | \ 127 + (1ULL << FEATURE_DS_VCN_BIT)) 127 128 128 129 //For use with feature control messages 129 130 typedef enum { ··· 523 522 TEMP_HOTSPOT_M, 524 523 TEMP_MEM, 525 524 TEMP_VR_GFX, 526 - TEMP_VR_SOC, 527 525 TEMP_VR_MEM0, 528 526 TEMP_VR_MEM1, 527 + TEMP_VR_SOC, 529 528 TEMP_VR_U, 530 529 TEMP_LIQUID0, 531 530 TEMP_LIQUID1,
+1 -1
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h
··· 28 28 #define SMU13_DRIVER_IF_VERSION_INV 0xFFFFFFFF 29 29 #define SMU13_DRIVER_IF_VERSION_YELLOW_CARP 0x04 30 30 #define SMU13_DRIVER_IF_VERSION_ALDE 0x08 31 - #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_0 0x34 31 + #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_0 0x37 32 32 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x07 33 33 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_5 0x04 34 34 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_10 0x32