Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c549 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
563 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
595 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
613 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
629 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
642 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
648 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
654 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
660 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_start()
671 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h264_stop()
[all …]
Dcedrus_h265.c470 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_setup()
826 GFP_KERNEL, DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start()
838 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_start()
853 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop()
861 DMA_ATTR_NO_KERNEL_MAPPING); in cedrus_h265_stop()
/linux-6.1.9/Documentation/core-api/
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-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c164 rk_obj->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in rockchip_gem_alloc_dma()
529 if (rk_obj->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in rockchip_gem_prime_vmap()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gem_gtt.c36 DMA_ATTR_NO_KERNEL_MAPPING | in i915_gem_gtt_prepare_pages()
/linux-6.1.9/arch/arm/mm/
Ddma-mapping.c546 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __dma_alloc()
622 .want_vaddr = ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0), in __arm_dma_free()
1040 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in __iommu_get_pages()
1113 if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) in arm_iommu_alloc_attrs()
1176 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) == 0) in arm_iommu_free_attrs()
/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_drm_gem.c69 mtk_gem->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in mtk_drm_gem_create()
/linux-6.1.9/kernel/dma/
Ddirect.c219 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_alloc()
327 if ((attrs & DMA_ATTR_NO_KERNEL_MAPPING) && in dma_direct_free()
/linux-6.1.9/drivers/media/platform/verisilicon/
Dhantro_postproc.c224 priv->attrs = DMA_ATTR_NO_KERNEL_MAPPING; in hantro_postproc_alloc()
Dhantro_drv.c219 DMA_ATTR_NO_KERNEL_MAPPING; in queue_init()
238 dst_vq->dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in queue_init()
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c53 attr |= DMA_ATTR_NO_KERNEL_MAPPING; in exynos_drm_alloc_buf()
/linux-6.1.9/drivers/media/platform/nvidia/tegra-vde/
Dvde.c71 DMA_ATTR_NO_KERNEL_MAPPING; in tegra_vde_alloc_bo()
Dv4l2.c384 dma_attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in tegra_queue_init()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_drv.c260 unsigned long attrs = DMA_ATTR_NO_KERNEL_MAPPING; in msm_drm_uninit()
382 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in msm_init_vram()
/linux-6.1.9/drivers/staging/media/rkvdec/
Drkvdec.c734 DMA_ATTR_NO_KERNEL_MAPPING; in rkvdec_queue_init()
749 DMA_ATTR_NO_KERNEL_MAPPING; in rkvdec_queue_init()
/linux-6.1.9/include/linux/
Ddma-mapping.h33 #define DMA_ATTR_NO_KERNEL_MAPPING (1UL << 4) macro
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c603 DMA_ATTR_NO_KERNEL_MAPPING); in rkisp1_dummy_buf_create()
614 cap->buf.dummy.dma_addr, DMA_ATTR_NO_KERNEL_MAPPING); in rkisp1_dummy_buf_destroy()
/linux-6.1.9/drivers/media/common/videobuf2/
Dvideobuf2-dma-contig.c203 if (q->dma_attrs & DMA_ATTR_NO_KERNEL_MAPPING) in vb2_dc_alloc_coherent()
/linux-6.1.9/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c621 attrs = DMA_ATTR_NO_KERNEL_MAPPING; in qcom_iommu_sec_ptbl_init()
/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhelpers.c204 DMA_ATTR_NO_KERNEL_MAPPING; in venus_helper_alloc_dpb_bufs()
260 DMA_ATTR_NO_KERNEL_MAPPING; in intbufs_set_buffer()
/linux-6.1.9/drivers/nvme/host/
Dpci.c2008 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in nvme_free_host_mem()
2051 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in __nvme_alloc_host_mem()
2076 DMA_ATTR_NO_KERNEL_MAPPING | DMA_ATTR_NO_WARN); in __nvme_alloc_host_mem()
/linux-6.1.9/drivers/pci/controller/
Dpci-tegra.c1776 DMA_ATTR_NO_KERNEL_MAPPING); in tegra_pcie_msi_setup()
1823 DMA_ATTR_NO_KERNEL_MAPPING); in tegra_pcie_msi_teardown()
/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5_mss.c936 unsigned long dma_attrs = DMA_ATTR_FORCE_CONTIGUOUS | DMA_ATTR_NO_KERNEL_MAPPING; in q6v5_mpss_init_image()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1378 attrs |= DMA_ATTR_NO_KERNEL_MAPPING; in omapfb_alloc_fbmem()
/linux-6.1.9/drivers/media/platform/chips-media/
Dcoda-common.c2590 dst_vq->dma_attrs = DMA_ATTR_NO_KERNEL_MAPPING; in coda_decoder_queue_init()