Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417426
| From | Shunqian Zheng <zhengsq@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/7] fix bugs; enable iommu for ARM64 |
| Date | 2016-06-08 15:30 +0200 |
| Message-ID | <rHLIt-It-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series patches mainly for ARM64 supporting.
To do this, it first add virtual iommu slave device which DRM can attach to,
convert DRM driver to use common iommu API instead of the ARM32
functions, and then use DMA API in iommu driver to map, to flush cache.
The v2 patches make a lot changes vs v1, so please forget the v1.
Shunqian Zheng (4):
iommu/rockchip: support virtual iommu slave device
ARM: dts: rockchip: add virtual iommu for display
drm: rockchip: use common iommu api to attach iommu
iommu/rockchip: use DMA API to map, to flush cache
Simon Xue (3):
iommu/rockchip: fix devm_{request,free}_irq parameter
iommu/rockchip: add map_sg callback for rk_iommu_ops
iommu/rockchip: enable rockchip iommu on ARM64 platform
arch/arm/boot/dts/rk3288.dtsi | 6 ++
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 130 ++++++++++++++++--------
drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 1 +
drivers/iommu/Kconfig | 2 +-
drivers/iommu/rockchip-iommu.c | 151 ++++++++++++++++++----------
5 files changed, 193 insertions(+), 97 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] fix bugs; enable iommu for ARM64 Shunqian Zheng <zhengsq@rock-chips.com> - 2016-06-08 15:30 +0200
[PATCH v2 3/7] iommu/rockchip: support virtual iommu slave device Shunqian Zheng <zhengsq@rock-chips.com> - 2016-06-08 15:30 +0200
Re: [PATCH v2 3/7] iommu/rockchip: support virtual iommu slave device Tomasz Figa <tfiga@chromium.org> - 2016-06-10 08:30 +0200
[PATCH v2 4/7] ARM: dts: rockchip: add virtual iommu for display Shunqian Zheng <zhengsq@rock-chips.com> - 2016-06-08 15:30 +0200
Re: [PATCH v2 4/7] ARM: dts: rockchip: add virtual iommu for display Tomasz Figa <tfiga@chromium.org> - 2016-06-10 08:30 +0200
[PATCH v2 7/7] iommu/rockchip: enable rockchip iommu on ARM64 platform Shunqian Zheng <zhengsq@rock-chips.com> - 2016-06-08 15:30 +0200
Re: [PATCH v2 7/7] iommu/rockchip: enable rockchip iommu on ARM64 platform Tomasz Figa <tfiga@chromium.org> - 2016-06-10 11:20 +0200
[PATCH v2 6/7] iommu/rockchip: use DMA API to map, to flush cache Shunqian Zheng <zhengsq@rock-chips.com> - 2016-06-08 15:30 +0200
Re: [PATCH v2 6/7] iommu/rockchip: use DMA API to map, to flush cache Tomasz Figa <tfiga@google.com> - 2016-06-10 11:20 +0200
csiph-web