mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/3] drm/msm: Add dependencies for per-instance pagetables
@ 2019-05-07 18:02 Jordan Crouse
  2019-05-07 18:02 ` [PATCH v1 1/3] drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targets Jordan Crouse
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jordan Crouse @ 2019-05-07 18:02 UTC (permalink / raw)
  To: freedreno
  Cc: linux-arm-msm, Sean Paul, Wen Yang, Thomas Zimmermann, Kees Cook,
	Sharat Masetty, dri-devel, linux-kernel, Rob Clark, David Airlie,
	Mamta Shukla, Daniel Vetter

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


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

end of thread, other threads:[~2019-05-09 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 18:02 [PATCH v1 0/3] drm/msm: Add dependencies for per-instance pagetables Jordan Crouse
2019-05-07 18:02 ` [PATCH v1 1/3] drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targets Jordan Crouse
2019-05-07 18:02 ` [PATCH v1 2/3] drm/msm: Print all 64 bits of the faulting IOMMU address Jordan Crouse
2019-05-09 15:39   ` [Freedreno] " Kristian Høgsberg
2019-05-07 18:02 ` [PATCH v1 3/3] drm/msm: Pass the MMU domain index in struct msm_file_private Jordan Crouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome