drm/amd/pm: bump SMU v13.0.5 driver_if header version
Align the SMU driver interface version with PMFW to suppress the version mismatch message on driver loading. Signed-off-by: Tim Huang <Tim.Huang@amd.com> Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0514dda30f
commit
258ee02e23
@ -23,7 +23,7 @@
|
||||
#ifndef __SMU13_DRIVER_IF_V13_0_5_H__
|
||||
#define __SMU13_DRIVER_IF_V13_0_5_H__
|
||||
|
||||
#define SMU13_0_5_DRIVER_IF_VERSION 4
|
||||
#define SMU13_0_5_DRIVER_IF_VERSION 5
|
||||
|
||||
// Throttler Status Bitmask
|
||||
#define THROTTLER_STATUS_BIT_SPL 0
|
||||
@ -103,7 +103,6 @@ typedef struct {
|
||||
uint16_t ThrottlerStatus;
|
||||
|
||||
uint16_t CurrentSocketPower; //[mW]
|
||||
uint16_t spare1;
|
||||
} SmuMetrics_t;
|
||||
|
||||
//Freq in MHz
|
||||
|
Loading…
x
Reference in New Issue
Block a user