Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/msm: remove struct msm_display_dsc_config
@ 2022-07-11 10:04 Dmitry Baryshkov
  2022-07-11 10:04 ` [PATCH 1/2] drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_config Dmitry Baryshkov
  2022-07-11 10:04 ` [PATCH 2/2] drm/msm/dsi: " Dmitry Baryshkov
  0 siblings, 2 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2022-07-11 10:04 UTC (permalink / raw)
  To: Rob Clark, Sean Paul, Abhinav Kumar
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, Bjorn Andersson,
	linux-arm-msm, dri-devel, freedreno

The struct msm_display_dsc_config contains just a single member, a
pointer to struct drm_dsc_config. Use the later one directly instead of
wrapping it in the additional struct.

Dmitry Baryshkov (2):
  drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_config
  drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_config

 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c |  25 ++--
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h |   2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc.c  |  74 ++++-----
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc.h  |   4 +-
 drivers/gpu/drm/msm/dsi/dsi.c               |   2 +-
 drivers/gpu/drm/msm/dsi/dsi.h               |   2 +-
 drivers/gpu/drm/msm/dsi/dsi_host.c          | 157 +++++++++-----------
 drivers/gpu/drm/msm/msm_drv.h               |   9 +-
 8 files changed, 131 insertions(+), 144 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-16 10:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 10:04 [PATCH 0/2] drm/msm: remove struct msm_display_dsc_config Dmitry Baryshkov
2022-07-11 10:04 ` [PATCH 1/2] drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_config Dmitry Baryshkov
2022-07-16  0:22   ` Abhinav Kumar
2022-07-16 10:30   ` Marijn Suijten
2022-07-11 10:04 ` [PATCH 2/2] drm/msm/dsi: " Dmitry Baryshkov
2022-07-16  0:28   ` [Freedreno] " Abhinav Kumar
2022-07-16 10:31   ` Marijn Suijten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox