]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Call kill_bigjoiner_slave() earlier
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 24 Nov 2020 20:11:56 +0000 (22:11 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 4 Dec 2020 17:08:43 +0000 (19:08 +0200)
commit39b98724aee656a232364c8b476b60a2d624a024
tree613a7b7a380385177391e345b8cefbc96a880821
parentc770daeef28af721eff2064e6451b69c9159e76a
drm/i915: Call kill_bigjoiner_slave() earlier

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ä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201124201156.17095-4-ville.syrjala@linux.intel.com
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
drivers/gpu/drm/i915/display/intel_display.c