Commit 4e5a9bcc authored by Robin Chen's avatar Robin Chen Committed by Alex Deucher
Browse files

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: default avatarAllen Li <allen.li@amd.com>
Signed-off-by: default avatarRobin Chen <robin.chen@amd.com>
Signed-off-by: default avatarTom Chung <chiahsuan.chung@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 92d10037
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1119,6 +1119,8 @@ struct replay_config {
	union replay_error_status replay_error_status;
	/* Replay Low Hz enable Options */
	union replay_low_refresh_rate_enable_options low_rr_enable_options;
	/* Replay coasting vtotal is within low refresh rate range. */
	bool low_rr_activated;
};

/* Replay feature flags*/