aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorShunqian Zheng <zhengsq@rock-chips.com>2016-06-24 10:13:32 +0800
committerMark Yao <mark.yao@rock-chips.com>2017-02-15 08:52:13 +0800
commit1aa5ca6e3ec63aa5815d78646748e88a7ceb1c8e (patch)
tree51cbbeb3eefd0be40581fd7e27366e3a3ae63b5a /tools/perf/scripts/python/event_analyzing_sample.py
parentdrm/rockchip: Do not use DMA mapping API if attached to IOMMU domain (diff)
downloadlinux-1aa5ca6e3ec63aa5815d78646748e88a7ceb1c8e.tar.gz
linux-1aa5ca6e3ec63aa5815d78646748e88a7ceb1c8e.zip
drm/rockchip: Use common IOMMU API to attach devices
Rockchip DRM used the arm special API, arm_iommu_*(), to attach iommu for ARM32 SoCs. This patch convert to common iommu API so it would support ARM64 like RK3399. Since previous patch added support for direct IOMMU address space management, there is no need to use DMA API anymore and this patch wires things to use the new method. Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com> Signed-off-by: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
d>1-1/+1 2013-06-05crypto: dcp - Use devm_* APIsSachin Kamat1-22/+10 2013-06-05crypto: dcp - Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0 2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han3-9/+7 2013-06-05crypto: omap-aes - Don't idle/start AES device between Encrypt operationsJoel A Fernandes1-10/+19 2013-06-05crypto: sahara - fix building as moduleArnd Bergmann1-1/+1 2013-06-05crypto: blowfish - disable AVX2 implementationJussi Kivilinna1-0/+1 2013-06-05crypto: twofish - disable AVX2 implementationJussi Kivilinna1-0/+1 2013-06-05crypto: crct10dif - Use PTR_RETHerbert Xu1-3/+1 2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer1-1/+1 2013-05-28crypto: sha256_ssse3 - add sha224 supportJussi Kivilinna1-5/+52 2013-05-28crypto: sha512_ssse3 - add sha384 supportJussi Kivilinna1-5/+53 2013-05-28crypto: sha512_generic - set cra_driver_nameJussi Kivilinna1-0/+2 2013-05-28crypto: hifn_795x - Pass correct pointer to free_irq()Lars-Peter Clausen1-2/+2 2013-05-28crypto: dcp - Added support for Freescale's DCP co-processorTobias Rauter4-1/+937 2013-05-28crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara1-0/+1 2013-05-28crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara1-0/+1 2013-05-28crypto: caam - Add defines for CAAM commandsAndrei Varvara1-0/+9 2013-05-28crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara1-0/+4 2013-05-28crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara2-1/+56 2013-05-28crypto: caam - Add MATH command to support shld functionAndrei Varvara1-0/+2 2013-05-28crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara1-1/+17 2013-05-28crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara2-4/+8 2013-05-28crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementationsJussi Kivilinna2-2/+2 2013-05-24crypto: sahara - remove dependency on EXPERIMENTALPaul Bolle1-1/+1 2013-05-24hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0 2013-05-24hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0 2013-05-24hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0 2013-05-24hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0 2013-05-24crypto: s5p-sss: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0 2013-05-24crypto: mv_cesa: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0 2013-05-24drivers: crypto: use devm_ioremap_resource()Laurent Navet2-8/+6 2013-05-24crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen3-0/+51 2013-05-24crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen3-0/+164