Re: [Intel-gfx] [PATCH] drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()

2018-11-13 Thread Ville Syrjälä
On Thu, Nov 08, 2018 at 05:10:13PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > No point in cluttering the common codepaths with the > skip_intermediate_wm handling. Just move it into > ilk_compute_intermediate_wm() as those are the only > platforms using this. > > Signed-off-by: Ville

[Intel-gfx] [PATCH] drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()

2018-11-08 Thread Ville Syrjala
From: Ville Syrjälä No point in cluttering the common codepaths with the skip_intermediate_wm handling. Just move it into ilk_compute_intermediate_wm() as those are the only platforms using this. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 7 +--