Commit 0bcaefa6 authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher

drm/amd/display: change the max clock level to 16

As the gfxclk for SMU11 can have at most 16 discrete levels.
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8ce84d43
...@@ -92,7 +92,7 @@ enum dm_pp_clock_type { ...@@ -92,7 +92,7 @@ enum dm_pp_clock_type {
(clk_type) == DM_PP_CLOCK_TYPE_FCLK ? "F" : \ (clk_type) == DM_PP_CLOCK_TYPE_FCLK ? "F" : \
"Invalid" "Invalid"
#define DM_PP_MAX_CLOCK_LEVELS 8 #define DM_PP_MAX_CLOCK_LEVELS 16
struct dm_pp_clock_levels { struct dm_pp_clock_levels {
uint32_t num_levels; uint32_t num_levels;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment