[PATCH 0/6] drm/msm: New features for 4.12

Jordan Crouse jcrouse at codeaurora.org
Tue Mar 7 17:02:50 UTC 2017


Hey Rob - here are a handful of new features and more extensive bug fixes that
might be suitable for 4.12.

Of note is the reference count for address spaces which is a pre-requisite for
per-instance pagetables and the move to OPP tables which is a stepping stone for
all sorts of clock related shenanigans.

Thanks!
Jordan

Jordan Crouse (6):
  drm/msm: Don't allow zero sized buffer objects
  drm/msm: Reference count address spaces
  drm/msm: Add MSM_PARAM_GMEM_BASE
  drm/msm: Hard code the GPU "slow frequency"
  drm/msm: gpu: Use OPP tables if we can
  msm/drm: gpu: Dynamically locate the clocks from the device tree

 drivers/gpu/drm/msm/adreno/adreno_device.c | 90 ++++++++++++++++++++++--------
 drivers/gpu/drm/msm/adreno/adreno_gpu.c    | 10 ++--
 drivers/gpu/drm/msm/adreno/adreno_gpu.h    |  2 +-
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c    |  2 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c    |  2 +-
 drivers/gpu/drm/msm/msm_drv.h              |  3 +-
 drivers/gpu/drm/msm/msm_gem.c              |  6 ++
 drivers/gpu/drm/msm/msm_gem.h              |  2 +
 drivers/gpu/drm/msm/msm_gem_vma.c          | 35 +++++++++---
 drivers/gpu/drm/msm/msm_gpu.c              | 82 +++++++++++++++++++--------
 drivers/gpu/drm/msm/msm_gpu.h              |  6 +-
 include/uapi/drm/msm_drm.h                 |  1 +
 12 files changed, 176 insertions(+), 65 deletions(-)

-- 
1.9.1



More information about the dri-devel mailing list