Home
last modified time | relevance | path

Searched refs:DMA_ATTR_NO_KERNEL_MAPPING (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c159 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_write_frame_list()
570 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
584 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
602 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
618 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
631 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
637 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
643 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
669 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_stop()
678 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_stop()
[all …]
H A Dcedrus_h265.c480 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_setup()
842 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start()
854 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start()
883 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop()
892 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop()
/linux/Documentation/core-api/
H A Ddma-attributes.rst28 DMA_ATTR_NO_KERNEL_MAPPING chapter
31 DMA_ATTR_NO_KERNEL_MAPPING lets the platform to avoid creating a kernel
43 DMA_ATTR_NO_KERNEL_MAPPING, those that do not will simply ignore the
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c165 rk_obj->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in rockchip_gem_alloc_dma()
532 if (rk_obj->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in rockchip_gem_prime_vmap()
/linux/drivers/gpu/drm/xe/
H A Dxe_hmm.c104 DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_NO_KERNEL_MAPPING); in xe_build_sg()
/linux/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c35 DMA_ATTR_NO_KERNEL_MAPPING | in i915_gem_gtt_prepare_pages()
/linux/arch/arm/mm/
H A Ddma-mapping.c548 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __dma_alloc()
616 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __arm_dma_free()
1034 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in __iommu_get_pages()
1098 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in arm_iommu_alloc_attrs()
1161 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0) in arm_iommu_free_attrs()
/linux/kernel/dma/
H A Ddirect.c218 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_alloc()
319 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_free()
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c178 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in msm_init_vram()
203 unsigned long attrs = DMA_ATTR_NO_KERNEL_MAPPING; in msm_deinit_vram()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c243 priv->attrs = DMA_ATTR_NO_KERNEL_MAPPING; in hantro_postproc_alloc()
H A Dhantro_drv.c220 DMA_ATTR_NO_KERNEL_MAPPING; in queue_init()
239 dst_vq->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in queue_init()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c53 attr |= DMA_ATTR_NO_KERNEL_MAPPING; in exynos_drm_alloc_buf()
/linux/include/trace/events/
H A Ddma.h29 { DMA_ATTR_NO_KERNEL_MAPPING, "NO_KERNEL_MAPPING" }, \
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c203 if (q->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in vb2_dc_alloc_coherent()
/linux/include/linux/
H A Ddma-mapping.h30 #define DMA_ATTR_NO_KERNEL_MAPPING (1UL << 4) macro
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c635 attrs = DMA_ATTR_NO_KERNEL_MAPPING; in qcom_iommu_sec_ptbl_init()
/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c204 DMA_ATTR_NO_KERNEL_MAPPING; in venus_helper_alloc_dpb_bufs()
260 DMA_ATTR_NO_KERNEL_MAPPING; in intbufs_set_buffer()
/linux/drivers/nvme/host/
H A Dpci.c2056 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_free_host_mem_multi()
2136 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_alloc_host_mem_multi()
2162 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_alloc_host_mem_multi()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1379 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in omapfb_alloc_fbmem()