Re: [PATCH v2 08/19] drm/msm/dp: check if VSC SDP is supported in DP programming

2024-02-10 Thread Dmitry Baryshkov
On Sat, 10 Feb 2024 at 03:52, Paloma Arellano wrote: > > In the DP driver, check if VSC SDP is supported and propagate this value > to dp_panel. In dp_display's dp_mode, the out_fmt_is_yuv_420 parameter > must also utilize this value since YUV420 is only allowed when VSC SDP > is supported. > > Ch

[PATCH v2 08/19] drm/msm/dp: check if VSC SDP is supported in DP programming

2024-02-09 Thread Paloma Arellano
In the DP driver, check if VSC SDP is supported and propagate this value to dp_panel. In dp_display's dp_mode, the out_fmt_is_yuv_420 parameter must also utilize this value since YUV420 is only allowed when VSC SDP is supported. Changes in v2: - Move DP programming when VSC SDP is supporte