All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/msm/dsi: Add DSI 10nm PLL/PHY drivers
@ 2018-01-17  6:05 Archit Taneja
  2018-01-17  6:05 ` [PATCH 1/4] drm/msm/dsi: Update generated headers for 10nm PLL/PHY Archit Taneja
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Archit Taneja @ 2018-01-17  6:05 UTC (permalink / raw)
  To: robdclark; +Cc: linux-arm-msm, latkinso, sibis, dri-devel

Add the 10nm DSI PHY/PLL drivers. This will be used on the SDM845 SoC.
Most of the code is based on the corresponding downstream PLL [1] and
PHY [2] drivers.

The PHY driver has a few TODOs which would be resolved in future
patches.

[1] https://source.codeaurora.org/quic/la/kernel/msm-4.9/tree/drivers/clk/qcom/mdss/mdss-dsi-pll-10nm.c?h=msm-4.9
[2] https://source.codeaurora.org/quic/la/kernel/msm-4.9/tree/drivers/gpu/drm/msm/dsi-staging/dsi_phy_hw_v3_0.c?h=msm-4.9

Archit Taneja (4):
  drm/msm/dsi: Update generated headers for 10nm PLL/PHY
  drm/msm/dsi: Add skeleton 10nm PHY/PLL code
  drm/msm/dsi: Populate PLL 10nm clock ops
  drm/msm/dsi: Populate the 10nm PHY funcs

 drivers/gpu/drm/msm/Kconfig                |   7 +
 drivers/gpu/drm/msm/Makefile               |   2 +
 drivers/gpu/drm/msm/dsi/dsi.h              |   1 +
 drivers/gpu/drm/msm/dsi/dsi.xml.h          | 187 ++++++-
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c      |   4 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.h      |   1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 251 +++++++++
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c      |   3 +
 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h      |   9 +
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c | 822 +++++++++++++++++++++++++++++
 10 files changed, 1274 insertions(+), 13 deletions(-)
 create mode 100644 drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c
 create mode 100644 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-01-17  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17  6:05 [PATCH 0/4] drm/msm/dsi: Add DSI 10nm PLL/PHY drivers Archit Taneja
2018-01-17  6:05 ` [PATCH 1/4] drm/msm/dsi: Update generated headers for 10nm PLL/PHY Archit Taneja
2018-01-17  6:05 ` [PATCH 2/4] drm/msm/dsi: Add skeleton 10nm PHY/PLL code Archit Taneja
2018-01-17  6:05 ` [PATCH 3/4] drm/msm/dsi: Populate PLL 10nm clock ops Archit Taneja
2018-01-17  6:05 ` [PATCH 4/4] drm/msm/dsi: Populate the 10nm PHY funcs Archit Taneja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.