All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/rockchip: switch to drm_mm for support arm64 iommu
@ 2017-02-07  6:09 ` Mark Yao
  0 siblings, 0 replies; 21+ messages in thread
From: Mark Yao @ 2017-02-07  6:09 UTC (permalink / raw)
  To: David Airlie, Heiko Stuebner, dri-devel, linux-arm-kernel,
	linux-rockchip, linux-kernel

Some iommu patches on the series[0] "iommu/rockchip: Fix bugs and
enable on ARM64" already landed, So drm/rockchip related patches [1] and [2]
ready to landed, this series just rebase them to lastest drm-next.

And fix some bugs for drm/rockchip drm_mm

[0]: http://www.spinics.net/lists/arm-kernel/msg513781.html
[1]: https://patchwork.kernel.org/patch/9196367
[2]: https://patchwork.kernel.org/patch/9196369

Mark Yao (2):
  drm/rockchip: gem: add mutex lock for drm mm
  drm/rockchip: gem: fixup iommu_map_sg error path

Shunqian Zheng (1):
  drm/rockchip: Use common IOMMU API to attach devices

Tomasz Figa (1):
  drm/rockchip: Do not use DMA mapping API if attached to IOMMU domain

 drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 101 ++++++------
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h |   6 +-
 drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 228 ++++++++++++++++++++++++++--
 drivers/gpu/drm/rockchip/rockchip_drm_gem.h |   8 +
 4 files changed, 286 insertions(+), 57 deletions(-)

-- 
1.9.1


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-02-07  8:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07  6:09 [PATCH 0/4] drm/rockchip: switch to drm_mm for support arm64 iommu Mark Yao
2017-02-07  6:09 ` Mark Yao
2017-02-07  6:09 ` Mark Yao
2017-02-07  6:09 ` [PATCH 1/4] drm/rockchip: Do not use DMA mapping API if attached to IOMMU domain Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:53   ` Tomasz Figa
2017-02-07  6:53     ` Tomasz Figa
2017-02-07  6:53     ` Tomasz Figa
2017-02-07  8:03     ` Mark yao
2017-02-07  8:03       ` Mark yao
2017-02-07  8:03       ` Mark yao
2017-02-07  6:09 ` [PATCH 2/4] drm/rockchip: Use common IOMMU API to attach devices Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09 ` [PATCH 3/4] drm/rockchip: gem: add mutex lock for drm mm Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09 ` [PATCH 4/4] drm/rockchip: gem: fixup iommu_map_sg error path Mark Yao
2017-02-07  6:09   ` Mark Yao
2017-02-07  6:09   ` Mark Yao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.