Skip to content

Commit

Permalink
drm/amd/display: Add p_state_change_support flag to dc_clocks
Browse files Browse the repository at this point in the history
Will be used to signify if P-state change is supported.

Signed-off-by: Jun Lei <Jun.Lei@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Jun Lei authored and Alex Deucher committed Mar 5, 2019
1 parent 420cd47 commit 33e0a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/display/dc/dc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 33e0a44

Please sign in to comment.