devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/msm/dsi: support SM8150 and SM8250
@ 2020-09-04 17:28 Jonathan Marek
  2020-09-04 17:28 ` [PATCH 3/3] drm/msm/dsi: add support for 7nm DSI PHY/PLL Jonathan Marek
  2020-09-07 14:24 ` [PATCH 0/3] drm/msm/dsi: support SM8150 and SM8250 Dmitry Baryshkov
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Marek @ 2020-09-04 17:28 UTC (permalink / raw)
  To: freedreno
  Cc: AngeloGioacchino Del Regno, Daniel Vetter, David Airlie,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:DRM DRIVER FOR MSM ADRENO GPU, Harigovindan P,
	Jeffrey Hugo, Jordan Crouse, Konrad Dybcio, Krzysztof Wilczynski,
	open list:DRM DRIVER FOR MSM ADRENO GPU, open list, Rob Clark,
	Rob Herring, Sean Paul, zhengbin

Add support for SM8150 and SM8250 DSI.

Note I haven't tested SM8150 recently, but DSI is almost identical to SM8250.

Jonathan Marek (3):
  drm/msm/dsi: remove unused clk_pre/clk_post in msm_dsi_dphy_timing
  drm/msm/dsi: add DSI config for sm8150 and sm8250
  drm/msm/dsi: add support for 7nm DSI PHY/PLL

 .../devicetree/bindings/display/msm/dsi.txt   |   6 +-
 drivers/gpu/drm/msm/Kconfig                   |   7 +
 drivers/gpu/drm/msm/Makefile                  |   2 +
 drivers/gpu/drm/msm/dsi/dsi.h                 |   2 +
 drivers/gpu/drm/msm/dsi/dsi.xml.h             | 423 ++++++++
 drivers/gpu/drm/msm/dsi/dsi_cfg.c             |   5 +-
 drivers/gpu/drm/msm/dsi/dsi_cfg.h             |   2 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c         | 102 ++
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.h         |   6 +-
 drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c     | 255 +++++
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c         |   4 +
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h         |  10 +
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_7nm.c     | 902 ++++++++++++++++++
 13 files changed, 1721 insertions(+), 5 deletions(-)
 create mode 100644 drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c
 create mode 100644 drivers/gpu/drm/msm/dsi/pll/dsi_pll_7nm.c

-- 
2.26.1


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04 17:28 [PATCH 0/3] drm/msm/dsi: support SM8150 and SM8250 Jonathan Marek
2020-09-04 17:28 ` [PATCH 3/3] drm/msm/dsi: add support for 7nm DSI PHY/PLL Jonathan Marek
2020-09-07 14:24 ` [PATCH 0/3] drm/msm/dsi: support SM8150 and SM8250 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).