Re: [Intel-gfx] [PATCH 4/4] drm/i915: Call kill_bigjoiner_slave() earlier

2020-11-30 Thread Navare, Manasi
On Tue, Nov 24, 2020 at 10:11:56PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Let's do the kill_bigjoiner_slave() thing from > intel_bigjoiner_add_affected_crtcs() since it's related to > what we do there. This cleans up the logic in the > compute_config() loop a bit. > > Signed-off-b

[Intel-gfx] [PATCH 4/4] drm/i915: Call kill_bigjoiner_slave() earlier

2020-11-24 Thread Ville Syrjala
From: Ville Syrjälä Let's do the kill_bigjoiner_slave() thing from intel_bigjoiner_add_affected_crtcs() since it's related to what we do there. This cleans up the logic in the compute_config() loop a bit. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 25 ++