Re: [PATCH 2/7] drm/i915: Extract intel_mode_vblank_end()

2024-05-29 Thread Jani Nikula
On Tue, 28 May 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Extract intel_mode_vblank_end() in the same vein as > intel_mode_vblank_start(). While we have only one use > of this it seems nicer to unify the approach. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > dr

[PATCH 2/7] drm/i915: Extract intel_mode_vblank_end()

2024-05-28 Thread Ville Syrjala
From: Ville Syrjälä Extract intel_mode_vblank_end() in the same vein as intel_mode_vblank_start(). While we have only one use of this it seems nicer to unify the approach. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_vblank.c | 16 drivers/gpu/drm/i915/d