Message ID | 1677265287-7765-1-git-send-email-quic_khsieh@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | add V1.1 dsc_helper fucntion | expand |
Please ignore this series I am going to re post it as RFC. 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 >
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 > >