Re: [Intel-gfx] [PATCH 1/2] drm/i915: Extract intel_sanitize_fifo_underrun_reporting()

2022-06-16 Thread Ville Syrjälä
On Thu, Jun 16, 2022 at 01:52:38PM +0300, Jani Nikula wrote: > On Wed, 15 Jun 2022, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Pull the underrun status sanitation into its own helper. > > > > Signed-off-by: Ville Syrjälä > > On the series, > > Reviewed-by: Jani Nikula Thanks. >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Extract intel_sanitize_fifo_underrun_reporting()

2022-06-16 Thread Jani Nikula
On Wed, 15 Jun 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Pull the underrun status sanitation into its own helper. > > Signed-off-by: Ville Syrjälä On the series, Reviewed-by: Jani Nikula I'll respin my state readout extraction on top of this once you've merged. > --- >

[Intel-gfx] [PATCH 1/2] drm/i915: Extract intel_sanitize_fifo_underrun_reporting()

2022-06-15 Thread Ville Syrjala
From: Ville Syrjälä Pull the underrun status sanitation into its own helper. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 65 +++- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display.c