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

Changes in v3:
- Rebased onto linux-next 20191015
- Renamed MSM8x56 references to MSM8x76 (the reason is that I am
  using the 8976/8x76 name for all the other drivers. Also, the
  8976 and 8956 chips are equal and the only changing part is
  the CPU big cores count)
- Splitted dt-bindings modifications as per request (Sean)

AngeloGioacchino Del Regno (4):
  drm/msm/mdp5: Add optional TBU and TBU_RT clocks
  dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks
  drm/msm/mdp5: Add configuration for msm8x76
  drm/msm/dsi: Add configuration for 28nm PLL on family B
  dt-bindings: msm/dsi: Add 28nm PLL for family B compatible
  drm/msm/dsi: Add configuration for 8x76
  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      | 98 +++++++++++++++++++
 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, 243 insertions(+), 14 deletions(-)

-- 
2.21.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 10:10 [PATCH v3 0/7] DRM/MSM: Add support for MSM8956 and Adreno 510 kholk11
2019-10-15 10:10 ` [PATCH v3 1/7] drm/msm/mdp5: Add optional TBU and TBU_RT clocks kholk11
2019-10-15 10:10 ` [PATCH v3 2/7] dt-bindings: msm/mdp5: Document " kholk11
2019-10-15 10:10 ` [PATCH v3 3/7] drm/msm/mdp5: Add configuration for msm8x76 kholk11
2019-10-15 10:10 ` [PATCH v3 4/7] drm/msm/dsi: Add configuration for 28nm PLL on family B kholk11
2019-10-15 10:10 ` [PATCH v3 5/7] dt-bindings: msm/dsi: Add 28nm PLL for family B compatible kholk11
2019-10-15 10:10 ` [PATCH v3 6/7] drm/msm/dsi: Add configuration for 8x76 kholk11
2019-10-15 10:10 ` [PATCH v3 7/7] 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