mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Felipe Clark <Felipe.Clark@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9a4c9de483
commit
3de58f22f5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user