Commit 83db7bf1 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915/dsb: Allow DSB to perform commits when VRR is enabled



Now that we know how to issue the push with the DSB we can
allow the DSB to drive the commits even when VRR is active.

Cc: Paz Zcharya <pazz@chromium.org>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250116201637.22486-9-ville.syrjala@linux.intel.com
parent aee21ab3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7694,7 +7694,6 @@ static void intel_atomic_dsb_finish(struct intel_atomic_state *state,
	/* FIXME deal with everything */
	new_crtc_state->use_dsb =
		new_crtc_state->update_planes &&
		!new_crtc_state->vrr.enable &&
		!new_crtc_state->do_async_flip &&
		!new_crtc_state->has_psr &&
		!new_crtc_state->scaler_state.scaler_users &&