Re: [Intel-gfx] [PATCH] drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P

2021-08-13 Thread Jani Nikula
On Fri, 13 Aug 2021, "Sharma, Swati2" wrote: > Please check CI results once; if regressions are unrelated please report. > With those fixed. > > Reviewed-by: > Swati Sharma > Tested-by: > Swati Sharma Thanks, pushed. The CI failures are unrelated. BR, Jani. > > On 12-Aug-21 6:53 PM, Jani Niku

Re: [Intel-gfx] [PATCH] drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P

2021-08-13 Thread Sharma, Swati2
Please check CI results once; if regressions are unrelated please report. With those fixed. Reviewed-by: Swati Sharma Tested-by: Swati Sharma On 12-Aug-21 6:53 PM, Jani Nikula wrote: ADL-P supports stream splitter on pipe B in addition to pipe A. Update the sanity check in intel_ddi_mso_get_c

[Intel-gfx] [PATCH] drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P

2021-08-12 Thread Jani Nikula
ADL-P supports stream splitter on pipe B in addition to pipe A. Update the sanity check in intel_ddi_mso_get_config() to reflect this, and remove the check in intel_ddi_mso_configure() as redundant with encoder->pipe_mask. Abstract the splitter pipe mask to a single point of truth while at it to av