Re: [PATCH 3/8] drm/i915: Update TRANS_SET_CONTEXT_LATENCY during LRR updates

2025-01-20 Thread Jani Nikula
On Thu, 16 Jan 2025, Ville Syrjala wrote: > From: Ville Syrjälä > > Update TRANS_SET_CONTEXT_LATENCY in intel_set_transcoder_timings_lrr() > as well. While for actual LRR updates this should not change, I want > to reuse this code to also sanitize the vblank delay during boot, > and in that case

[PATCH 3/8] drm/i915: Update TRANS_SET_CONTEXT_LATENCY during LRR updates

2025-01-16 Thread Ville Syrjala
From: Ville Syrjälä Update TRANS_SET_CONTEXT_LATENCY in intel_set_transcoder_timings_lrr() as well. While for actual LRR updates this should not change, I want to reuse this code to also sanitize the vblank delay during boot, and in that case we do need to update this. Cc: Paz Zcharya Signed-of