Re: [PATCH v4 13/19] drm/msm/dp: add VSC SDP support for YUV420 over DP

2024-02-20 Thread Paloma Arellano
On 2/20/2024 10:09 AM, Dmitry Baryshkov wrote: On Tue, 20 Feb 2024 at 19:55, Paloma Arellano wrote: On 2/17/2024 12:56 AM, Dmitry Baryshkov wrote: On Sat, 17 Feb 2024 at 01:03, Paloma Arellano wrote: + } + + panel = container_of(dp_panel, struct dp_panel_private, dp_panel); +

Re: [PATCH v4 13/19] drm/msm/dp: add VSC SDP support for YUV420 over DP

2024-02-20 Thread Dmitry Baryshkov
On Tue, 20 Feb 2024 at 19:55, Paloma Arellano wrote: > > > On 2/17/2024 12:56 AM, Dmitry Baryshkov wrote: > > On Sat, 17 Feb 2024 at 01:03, Paloma Arellano > > wrote: > >> + } > >> + > >> + panel = container_of(dp_panel, struct dp_panel_private, dp_panel); > >> + catalog = pan

Re: [PATCH v4 13/19] drm/msm/dp: add VSC SDP support for YUV420 over DP

2024-02-20 Thread Paloma Arellano
On 2/17/2024 12:56 AM, Dmitry Baryshkov wrote: On Sat, 17 Feb 2024 at 01:03, Paloma Arellano wrote: Add support to pack and send the VSC SDP packet for DP. This therefore allows the transmision of format information to the sinks which is needed for YUV420 support over DP. Changes in v4:

Re: [PATCH v4 13/19] drm/msm/dp: add VSC SDP support for YUV420 over DP

2024-02-17 Thread Dmitry Baryshkov
On Sat, 17 Feb 2024 at 01:03, Paloma Arellano wrote: > > Add support to pack and send the VSC SDP packet for DP. This therefore > allows the transmision of format information to the sinks which is > needed for YUV420 support over DP. > > Changes in v4: > - Remove struct msm_dp_sdp_with_par

[PATCH v4 13/19] drm/msm/dp: add VSC SDP support for YUV420 over DP

2024-02-16 Thread Paloma Arellano
Add support to pack and send the VSC SDP packet for DP. This therefore allows the transmision of format information to the sinks which is needed for YUV420 support over DP. Changes in v4: - Remove struct msm_dp_sdp_with_parity - Use dp_utils_pack_sdp_header() to pack the SDP header