Re: [Intel-gfx] [PATCH 5/8] drm/i915: Streamline skl_commit_modeset_enables()

2019-12-03 Thread Lisovskiy, Stanislav
On Fri, 2019-10-11 at 23:09 +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > skl_commit_modeset_enables() is a bit of mess. Let's streamline > it by simply tracking which pipes still need to be updated. > As a bonus we get rid of the state->wm_results.dirty_pipes usage. > > Signed-off-by: V

[Intel-gfx] [PATCH 5/8] drm/i915: Streamline skl_commit_modeset_enables()

2019-10-11 Thread Ville Syrjala
From: Ville Syrjälä skl_commit_modeset_enables() is a bit of mess. Let's streamline it by simply tracking which pipes still need to be updated. As a bonus we get rid of the state->wm_results.dirty_pipes usage. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 39 +