mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/i915/vrr: Allow VRR to be toggled during fastsets
Now that VRR enable/disable are called from convenient places it is trivial to allow it to change state during fastsets. Make it so. Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7542 Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230320203352.19515-7-ville.syrjala@linux.intel.com Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
This commit is contained in:
parent
99cfbed19d
commit
1af1d18825
|
|
@ -5804,7 +5804,8 @@ intel_pipe_config_compare(const struct intel_crtc_state *current_config,
|
|||
PIPE_CONF_CHECK_I(splitter.link_count);
|
||||
PIPE_CONF_CHECK_I(splitter.pixel_overlap);
|
||||
|
||||
PIPE_CONF_CHECK_BOOL(vrr.enable);
|
||||
if (!fastset)
|
||||
PIPE_CONF_CHECK_BOOL(vrr.enable);
|
||||
PIPE_CONF_CHECK_I(vrr.vmin);
|
||||
PIPE_CONF_CHECK_I(vrr.vmax);
|
||||
PIPE_CONF_CHECK_I(vrr.flipline);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user