Re: [PATCH 13/19] drm/i915/vrr: Handle joiner with vrr

2025-02-17 Thread Ville Syrjälä
On Fri, Feb 14, 2025 at 05:41:23PM +0530, Ankit Nautiyal wrote: > Do not program transcoder registers for VRR for the secondary pipe of > the joiner. Remove check to skip VRR for joiner case. Premature. We need to figure out how to correctly sequence transcoder level stuff vs. pipe level stuff in

[PATCH 13/19] drm/i915/vrr: Handle joiner with vrr

2025-02-14 Thread Ankit Nautiyal
Do not program transcoder registers for VRR for the secondary pipe of the joiner. Remove check to skip VRR for joiner case. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_vrr.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/