dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/msm: rework MDSS drivers
@ 2022-01-06  0:42 Dmitry Baryshkov
  2022-01-06  0:42 ` [PATCH 1/4] drm/msm: unify " Dmitry Baryshkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2022-01-06  0:42 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Clark, Sean Paul, Abhinav Kumar
  Cc: David Airlie, linux-arm-msm, dri-devel, Stephen Boyd, freedreno

These patches coninue work started by AngeloGioacchino Del Regno in the
previous cycle by further decoupling and dissecting MDSS and MDP drivers
probe/binding paths.

This removes code duplication between MDP5 and DPU1 MDSS drivers, by
merging them and moving to the top level.

This patchset depends on the patch
https://patchwork.freedesktop.org/patch/464362/?series=97310&rev=2 to be
applied (just 1/2, no need for 2/2).

----------------------------------------------------------------
Dmitry Baryshkov (4):
      drm/msm: unify MDSS drivers
      drm/msm: remove extra indirection for msm_mdss
      drm/msm: split the main platform driver
      drm/msm: stop using device's match data pointer

 drivers/gpu/drm/msm/Makefile              |   3 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c   |  10 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c  | 260 ------------------
 drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c  |  68 ++++-
 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c  |  11 +-
 drivers/gpu/drm/msm/disp/mdp5/mdp5_mdss.c | 252 -----------------
 drivers/gpu/drm/msm/msm_drv.c             | 260 ++++--------------
 drivers/gpu/drm/msm/msm_drv.h             |  16 ++
 drivers/gpu/drm/msm/msm_kms.h             |  18 --
 drivers/gpu/drm/msm/msm_mdss.c            | 438 ++++++++++++++++++++++++++++++
 10 files changed, 578 insertions(+), 758 deletions(-)
 delete mode 100644 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c
 delete mode 100644 drivers/gpu/drm/msm/disp/mdp5/mdp5_mdss.c
 create mode 100644 drivers/gpu/drm/msm/msm_mdss.c



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

end of thread, other threads:[~2022-01-06  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  0:42 [PATCH 0/4] drm/msm: rework MDSS drivers Dmitry Baryshkov
2022-01-06  0:42 ` [PATCH 1/4] drm/msm: unify " Dmitry Baryshkov
2022-01-06  0:42 ` [PATCH 2/4] drm/msm: remove extra indirection for msm_mdss Dmitry Baryshkov
2022-01-06  0:42 ` [PATCH 3/4] drm/msm: split the main platform driver Dmitry Baryshkov
2022-01-06  0:42 ` [PATCH 4/4] drm/msm: stop using device's match data pointer Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).