Skip to content

Commit 31c261a

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
The pmfw has changed the driver interface version, so keep same with the fw. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.0.x Signed-off-by: Alex Deucher <[email protected]>
1 parent 853fdb4 commit 31c261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define SMU13_DRIVER_IF_VERSION_INV 0xFFFFFFFF
2929
#define SMU13_DRIVER_IF_VERSION_YELLOW_CARP 0x04
3030
#define SMU13_DRIVER_IF_VERSION_ALDE 0x08
31-
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x05
31+
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x07
3232
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_5 0x04
3333
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0 0x30
3434
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_7 0x2C

0 commit comments

Comments
 (0)