Re: [Intel-gfx] [PATCH 1/6] drm/i915: Move psr unlock out from the pipe update critical section

2023-08-29 Thread Ville Syrjälä
On Mon, Aug 28, 2023 at 11:16:13AM -0700, Manasi Navare wrote: > By doing psr_unlock after the vblank evade, are we ensuring that even > when VRR params change during the pipe update, psr unlock will > happen after the actual vblank based on newly programmed VRR params? The unlock will happen as

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Move psr unlock out from the pipe update critical section

2023-08-28 Thread Manasi Navare
By doing psr_unlock after the vblank evade, are we ensuring that even when VRR params change during the pipe update, psr unlock will happen after the actual vblank based on newly programmed VRR params? Manasi On Sun, Aug 27, 2023 at 10:41 PM Ville Syrjala wrote: > > From: Ville Syrjälä > > Do

[Intel-gfx] [PATCH 1/6] drm/i915: Move psr unlock out from the pipe update critical section

2023-08-27 Thread Ville Syrjala
From: Ville Syrjälä Do the PSR unlock after the vblank evade critcal section is fully over, not before. Cc: Manasi Navare Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_crtc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git