[PATCH 2/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()

2024-03-13 Thread Stanislav Lisovskiy
Extract the "not-MST" stuff from intel_ddi_post_disable() so that the whole thing isn't so cluttered. The bigjoiner slave handling was outside of the !MST check, but it really should have been inside it as its the counterpart to the master handling inside the check. So we pull that in as well.

Re: [PATCH 2/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()

2024-03-13 Thread Lisovskiy, Stanislav
On Tue, Mar 12, 2024 at 09:36:22PM -0700, Manasi Navare wrote: > Thanks Stan for the cleanup around post disable non MST case, one comment > below > > On Fri, Mar 8, 2024 at 5:11 AM Stanislav Lisovskiy > wrote: > > > > Extract the "not-MST" stuff from intel_ddi_post_disable() so that > > the

Re: [PATCH 2/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()

2024-03-12 Thread Manasi Navare
Thanks Stan for the cleanup around post disable non MST case, one comment below On Fri, Mar 8, 2024 at 5:11 AM Stanislav Lisovskiy wrote: > > Extract the "not-MST" stuff from intel_ddi_post_disable() so that > the whole thing isn't so cluttered. > > The bigjoiner slave handling was outside of

[PATCH 2/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()

2024-03-08 Thread Stanislav Lisovskiy
Extract the "not-MST" stuff from intel_ddi_post_disable() so that the whole thing isn't so cluttered. The bigjoiner slave handling was outside of the !MST check, but it really should have been inside it as its the counterpart to the master handling inside the check. So we pull that in as well.