Re: [PATCH 2/2] drm/i915: Allow bigjoiner for MST

2024-02-28 Thread Manasi Navare
I think now Patch 1/1 of this series takes care of squashing the revert with enabling bigjoiner for MST, so this patch is redundant. Manasi On Tue, Feb 27, 2024 at 10:37 AM Vidya Srinivas wrote: > > We need bigjoiner support with MST functionality > for MST monitor resolutions > 5K to work. > A

[PATCH 2/2] drm/i915: Allow bigjoiner for MST

2024-02-27 Thread Vidya Srinivas
We need bigjoiner support with MST functionality for MST monitor resolutions > 5K to work. Adding support for the same. Signed-off-by: Vidya Srinivas --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/g