Skip to content

Commit 4e5a9bc

Browse files
Robin Chenalexdeucher
authored andcommitted
drm/amd/display: Add a new flag for replay low hz
[Why & How] Add a new flag in replay_config to indicate the replay low hz status. Reviewed-by: Allen Li <[email protected]> Signed-off-by: Robin Chen <[email protected]> Signed-off-by: Tom Chung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 92d1003 commit 4e5a9bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/display/dc/dc_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,8 @@ struct replay_config {
11191119
union replay_error_status replay_error_status;
11201120
/* Replay Low Hz enable Options */
11211121
union replay_low_refresh_rate_enable_options low_rr_enable_options;
1122+
/* Replay coasting vtotal is within low refresh rate range. */
1123+
bool low_rr_activated;
11221124
};
11231125

11241126
/* Replay feature flags*/

0 commit comments

Comments
 (0)