linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] DRM/MSM: Add support for MSM8956 and Adreno 510
@ 2019-09-21 10:04 kholk11
  2019-09-21 10:04 ` [PATCH 1/5] drm/msm/mdp5: Add optional TBU and TBU_RT clocks kholk11
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: kholk11 @ 2019-09-21 10:04 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: kholk11, marijns95, robdclark, sean, airlied, daniel, robh+dt,
	mark.rutland, tglx, jonathan, bjorn.andersson, georgi.djakov,
	gregkh, dri-devel, freedreno

From: AngeloGioacchino Del Regno <kholk11@gmail.com>

This patch series enables support for MSM8956/76 and its Adreno 510
GPU on the current DRM driver.

The personal aim is to upstream MSM8956 as much as possible.

This code has been tested on two Sony phones featuring the Qualcomm
MSM8956 SoC.

Angelo G. Del Regno (5):
  drm/msm/mdp5: Add optional TBU and TBU_RT clocks
  drm/msm/mdp5: Add configuration for msm8x56
  drm/msm/dsi: Add configuration for 28nm PLL on family B
  drm/msm/dsi: Add configuration for 8x56
  drm/msm/adreno: Add support for Adreno 510 GPU

 .../devicetree/bindings/display/msm/dsi.txt   |  1 +
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c         | 87 +++++++++++++---
 drivers/gpu/drm/msm/adreno/a5xx_power.c       |  7 ++
 drivers/gpu/drm/msm/adreno/adreno_device.c    | 15 +++
 drivers/gpu/drm/msm/adreno/adreno_gpu.h       |  5 +
 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c      | 99 +++++++++++++++++++
 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c      | 10 ++
 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h      |  2 +
 drivers/gpu/drm/msm/dsi/dsi_cfg.c             | 22 +++++
 drivers/gpu/drm/msm/dsi/dsi_cfg.h             |  1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c         |  2 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.h         |  1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c    | 18 ++++
 13 files changed, 258 insertions(+), 12 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-09-25  8:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-21 10:04 [PATCH 0/5] DRM/MSM: Add support for MSM8956 and Adreno 510 kholk11
2019-09-21 10:04 ` [PATCH 1/5] drm/msm/mdp5: Add optional TBU and TBU_RT clocks kholk11
2019-09-23  0:45   ` [Freedreno] " Jeffrey Hugo
2019-09-23 17:04     ` AngeloGioacchino Del Regno
2019-09-21 10:04 ` [PATCH 2/5] drm/msm/mdp5: Add configuration for msm8x56 kholk11
2019-09-21 10:04 ` [PATCH 3/5] drm/msm/dsi: Add configuration for 28nm PLL on family B kholk11
2019-09-21 10:04 ` [PATCH 4/5] drm/msm/dsi: Add configuration for 8x56 kholk11
2019-09-21 10:04 ` [PATCH 5/5] drm/msm/adreno: Add support for Adreno 510 GPU kholk11
2019-09-23 15:49   ` Jordan Crouse
2019-09-23 16:36   ` Rob Clark
2019-09-23 17:26     ` AngeloGioacchino Del Regno
2019-09-23 18:23       ` Rob Clark
2019-09-25  8:30         ` AngeloGioacchino Del Regno

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).