Commit 3de58f22 authored by Felipe Clark's avatar Felipe Clark Committed by Alex Deucher

drm/amd/display: Pass vrr mode to dcn

[WHY]
New features will require knowing the vrr mode for their enablement.

[HOW]
Pass the state via a member of dc_stream.
Acked-by: default avatarAlan Liu <HaoPing.Liu@amd.com>
Signed-off-by: default avatarFelipe Clark <Felipe.Clark@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9a4c9de4
......@@ -208,6 +208,7 @@ struct dc_stream_state {
bool ignore_msa_timing_param;
bool allow_freesync;
bool vrr_active_variable;
bool freesync_on_desktop;
bool converter_disable_audio;
......
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