Commit 33e0a445 authored by Jun Lei's avatar Jun Lei Committed by Alex Deucher

drm/amd/display: Add p_state_change_support flag to dc_clocks

Will be used to signify if P-state change is supported.
Signed-off-by: default avatarJun Lei <Jun.Lei@amd.com>
Reviewed-by: default avatarEric Yang <eric.yang2@amd.com>
Acked-by: default avatarLeo Li <sunpeng.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 420cd472
......@@ -203,6 +203,7 @@ struct dc_clocks {
int fclk_khz;
int phyclk_khz;
int dramclk_khz;
bool p_state_change_support;
};
struct dc_debug_options {
......
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