Re: [PATCH v2 02/19] drm/msm/dp: add an API to indicate if sink supports VSC SDP

2024-02-10 Thread Dmitry Baryshkov
On Sat, 10 Feb 2024 at 11:37, Dmitry Baryshkov wrote: > > On Sat, 10 Feb 2024 at 03:53, Paloma Arellano > wrote: > > > > YUV420 format is supported only in the VSC SDP packet and not through > > MSA. Hence add an API which indicates the sink support which can be used > > by the rest of the DP

Re: [PATCH v2 02/19] drm/msm/dp: add an API to indicate if sink supports VSC SDP

2024-02-10 Thread Dmitry Baryshkov
On Sat, 10 Feb 2024 at 03:53, Paloma Arellano wrote: > > YUV420 format is supported only in the VSC SDP packet and not through > MSA. Hence add an API which indicates the sink support which can be used > by the rest of the DP programming. > > Changes in v2: > - Move VSC SDP support check

[PATCH v2 02/19] drm/msm/dp: add an API to indicate if sink supports VSC SDP

2024-02-09 Thread Paloma Arellano
YUV420 format is supported only in the VSC SDP packet and not through MSA. Hence add an API which indicates the sink support which can be used by the rest of the DP programming. Changes in v2: - Move VSC SDP support check API from dp_panel.c to drm_dp_helper.c Signed-off-by: