| Date | Wed, 27 Aug 2025 00:28:26 +0300 | | From | Dmitry Baryshkov <> | | Subject | Re: [PATCH v3 21/38] drm/msm/dp: Add support for sending VCPF packets in DP controller |
| |
On Mon, Aug 25, 2025 at 10:16:07PM +0800, Yongxing Mou wrote: > From: Abhinav Kumar <quic_abhinavk@quicinc.com> > > The VC Payload Fill (VCPF) sequence is inserted by the DP controller > when stream symbols are absent, typically before a stream is disabled. > This patch adds support for triggering the VCPF sequence in the MSM DP > controller. > > Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com> > Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com> > --- > drivers/gpu/drm/msm/dp/dp_ctrl.c | 56 ++++++++++++++++++++++++++++++++++--- > drivers/gpu/drm/msm/dp/dp_ctrl.h | 2 +- > drivers/gpu/drm/msm/dp/dp_display.c | 2 +- > drivers/gpu/drm/msm/dp/dp_reg.h | 6 ++++ > 4 files changed, 60 insertions(+), 6 deletions(-) >
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
-- With best wishes Dmitry
|