Re: [PATCH v1 0/2] add V1.1 dsc_helper fucntion

From: Marijn Suijten
Date: Sun Feb 26 2023 - 17:34:15 EST


On 2023-02-24 11:18:51, Kuogee Hsieh wrote:
> Please ignore this series
>
> I am going to re post it as RFC.

Thank you for this, in particular including me in the CC on the RFC
after being part of the review on your original series. I'll catch up
to the current discussion and test the new series on a DSC 1.1
device/panel (Sony XZ3 based on SDM845) as soon as possible.

- Marijn

> kuogee
>
> On 2/24/2023 11:01 AM, Kuogee Hsieh wrote:
> > Add V1.1 dsc function and have dsi use it instead of hardcode value
> >
> > Kuogee Hsieh (2):
> > drm/msm/dpu: add dsc helper functions
> > drm/msm/dsi: use new dpu_dsc_populate_dsc_config()
> >
> > drivers/gpu/drm/msm/Makefile | 1 +
> > drivers/gpu/drm/msm/disp/dpu1/dpu_dsc_helper.c | 209 +++++++++++++++++++++++++
> > drivers/gpu/drm/msm/disp/dpu1/dpu_dsc_helper.h | 28 ++++
> > drivers/gpu/drm/msm/dsi/dsi_host.c | 78 ++-------
> > drivers/gpu/drm/msm/msm_drv.h | 7 +
> > 5 files changed, 257 insertions(+), 66 deletions(-)
> > create mode 100644 drivers/gpu/drm/msm/disp/dpu1/dpu_dsc_helper.c
> > create mode 100644 drivers/gpu/drm/msm/disp/dpu1/dpu_dsc_helper.h
> >