[PATCH 0/4] drm/msm: cleanup gpu bindings

Rob Clark robdclark at gmail.com
Mon Jan 30 16:49:17 UTC 2017


Existing bindings for the gpu are based on the downstream android kgsl
driver (a subset of the downstream bindings).  But that isn't really
how we want the upstream bindings to look.

For now we have held off on adding gpu nodes to upstream dt files, but
now that all the dependencies are in place for some devices, it is time
to clean things up so we can start adding this missing gpu nodes.

Note that these patches preserve compatibility with downstream dt files
because, at this point, it is easy and convenient to not break people's
patchsets for upstream support of various devices.

Rob Clark (4):
  drm/msm: remove qcom,gpu-pwrlevels bindings
  drm/msm: drop qcom,chipid
  drm/msm: drop quirks binding
  drm/msm: drop _clk suffix from clk names

 .../devicetree/bindings/display/msm/gpu.txt        | 38 ++++---------
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c              |  4 +-
 drivers/gpu/drm/msm/adreno/adreno_device.c         | 65 ++++++++++++++++------
 drivers/gpu/drm/msm/adreno/adreno_gpu.c            |  1 -
 drivers/gpu/drm/msm/adreno/adreno_gpu.h            |  4 +-
 drivers/gpu/drm/msm/msm_drv.c                      | 20 +++++++
 drivers/gpu/drm/msm/msm_drv.h                      |  1 +
 drivers/gpu/drm/msm/msm_gpu.c                      |  7 +--
 8 files changed, 88 insertions(+), 52 deletions(-)

-- 
2.9.3



More information about the dri-devel mailing list