[PATCH v1 0/3] drm/msm: Add dependencies for per-instance pagetables

Jordan Crouse jcrouse at codeaurora.org
Tue May 7 18:02:04 UTC 2019


These are a few support changes in advance of per-instance pagetables. These
can be added to msm-next immediately since they don't require anything external
support and they are mostly benign on their own without the more aggressive
changes coming up later.

Jordan Crouse (3):
  drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targets
  drm/msm: Print all 64 bits of the faulting IOMMU address
  drm/msm: Pass the MMU domain index in struct msm_file_private

 drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 14 ++++++++++++++
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 14 ++++++++++++++
 drivers/gpu/drm/msm/msm_drv.c         |  2 ++
 drivers/gpu/drm/msm/msm_drv.h         |  1 +
 drivers/gpu/drm/msm/msm_gem.h         |  1 +
 drivers/gpu/drm/msm/msm_gem_submit.c  | 13 ++++++++-----
 drivers/gpu/drm/msm/msm_gpu.c         |  5 ++---
 drivers/gpu/drm/msm/msm_iommu.c       |  2 +-
 8 files changed, 43 insertions(+), 9 deletions(-)

-- 
2.7.4



More information about the dri-devel mailing list