diff options
author | Xiaojian Du <[email protected]> | 2020-10-13 15:05:42 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-30 00:57:55 -0400 |
commit | 767e2451e5f2fd756a28080b572d7aae21df5e2d (patch) | |
tree | 66f8e0017010275c86a92cc9278963ec96a5fb3c | |
parent | 1dd13b451834e2f406787fca7bea929b7a444164 (diff) |
drm/amd/pm: update the smu v11.5 firmware header for vangogh
This patch is to update the smu v11.5 firmware header for vangogh.
Signed-off-by: Xiaojian Du <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/pm/inc/smu_v11_5_pmfw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v11_5_pmfw.h b/drivers/gpu/drm/amd/pm/inc/smu_v11_5_pmfw.h index abf13abd3919..99a406984135 100644 --- a/drivers/gpu/drm/amd/pm/inc/smu_v11_5_pmfw.h +++ b/drivers/gpu/drm/amd/pm/inc/smu_v11_5_pmfw.h @@ -89,7 +89,7 @@ #define FEATURE_SOC_VOLTAGE_MON_BIT 55 #define FEATURE_ATHUB_PG_BIT 56 #define FEATURE_ECO_DEEPCSTATE_BIT 57 -#define FEATURE_CC6 58 +#define FEATURE_CC6_BIT 58 #define NUM_FEATURES 59 typedef struct { |