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 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html