Re: [PATCH 22/45] drm/msm/dp: add support to send vcpf packets in dp controller

2024-12-07 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:53PM -0800, Abhinav Kumar wrote: > VC payload fill sequence is inserted by the DP controller in the > absence of stream symbols that is before stream is disabled. Add > support to send the VCPF sequence for msm dp controller. > > Signed-off-by: Abhinav Kumar > --- >

[PATCH 22/45] drm/msm/dp: add support to send vcpf packets in dp controller

2024-12-05 Thread Abhinav Kumar
VC payload fill sequence is inserted by the DP controller in the absence of stream symbols that is before stream is disabled. Add support to send the VCPF sequence for msm dp controller. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_catalog.c | 25 +++ drivers/gp