linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] DRM/MSM: Add support for MSM8956 and Adreno 510
@ 2019-09-26 10:52 kholk11
  2019-09-26 10:52 ` [PATCH v2 1/5] drm/msm/mdp5: Add optional TBU and TBU_RT clocks kholk11
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: kholk11 @ 2019-09-26 10:52 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.

Changes in v2:
- MDP5: Documented tbu and tbu_rt clocks (Jeffrey)
- Adreno510:
  - Lower case hex where required (Jordan)
  - Direct register writes (Jordan)
  - Used gpu_rmw() where required (Jordan)
  - No mentioning of unsupported A5xx (Jordan)
  - ZAP firmware exclusions not per-model (Rob)

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 +
 .../devicetree/bindings/display/msm/mdp5.txt  |  2 +
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c         | 73 +++++++++++---
 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 ++++
 14 files changed, 244 insertions(+), 14 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-10-10 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-26 10:52 [PATCH v2 0/5] DRM/MSM: Add support for MSM8956 and Adreno 510 kholk11
2019-09-26 10:52 ` [PATCH v2 1/5] drm/msm/mdp5: Add optional TBU and TBU_RT clocks kholk11
2019-10-10 18:57   ` Sean Paul
2019-09-26 10:52 ` [PATCH v2 2/5] drm/msm/mdp5: Add configuration for msm8x56 kholk11
2019-09-26 10:52 ` [PATCH v2 3/5] drm/msm/dsi: Add configuration for 28nm PLL on family B kholk11
2019-10-10 18:58   ` Sean Paul
2019-09-26 10:52 ` [PATCH v2 4/5] drm/msm/dsi: Add configuration for 8x56 kholk11
2019-09-26 10:52 ` [PATCH v2 5/5] drm/msm/adreno: Add support for Adreno 510 GPU kholk11

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