| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_queue.c | 256 GFP_KERNEL, DMA_ATTR_WRITE_COMBINE); in iris_hfi_queues_init() 264 GFP_KERNEL, DMA_ATTR_WRITE_COMBINE); in iris_hfi_queues_init() 268 core->iface_q_table_daddr, DMA_ATTR_WRITE_COMBINE); in iris_hfi_queues_init() 305 core->sfr_daddr, DMA_ATTR_WRITE_COMBINE); in iris_hfi_queues_deinit() 314 core->iface_q_table_daddr, DMA_ATTR_WRITE_COMBINE); in iris_hfi_queues_deinit()
|
| H A D | iris_buffer.c | 280 buffer->dma_attrs = DMA_ATTR_WRITE_COMBINE | DMA_ATTR_NO_KERNEL_MAPPING; in iris_create_internal_buffer()
|
| /linux-6.15/drivers/media/platform/st/sti/hva/ |
| H A D | hva-mem.c | 26 DMA_ATTR_WRITE_COMBINE); in hva_mem_alloc() 59 DMA_ATTR_WRITE_COMBINE); in hva_mem_free()
|
| /linux-6.15/rust/kernel/ |
| H A D | dma.rs | 80 pub const DMA_ATTR_WRITE_COMBINE: Attrs = Attrs(bindings::DMA_ATTR_WRITE_COMBINE); constant
|
| /linux-6.15/drivers/media/platform/st/sti/delta/ |
| H A D | delta-mem.c | 16 unsigned long attrs = DMA_ATTR_WRITE_COMBINE; in hw_alloc()
|
| /linux-6.15/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-hw.c | 437 DMA_ATTR_WRITE_COMBINE); in bdisp_hw_free_nodes() 458 GFP_KERNEL, DMA_ATTR_WRITE_COMBINE); in bdisp_hw_alloc_nodes() 493 bdisp_h_filter[0].paddr, DMA_ATTR_WRITE_COMBINE); in bdisp_hw_free_filters() 514 DMA_ATTR_WRITE_COMBINE); in bdisp_hw_alloc_filters()
|
| /linux-6.15/include/linux/ |
| H A D | dma-mapping.h | 25 #define DMA_ATTR_WRITE_COMBINE (1UL << 2) macro 598 unsigned long attrs = DMA_ATTR_WRITE_COMBINE; in dma_alloc_wc() 610 DMA_ATTR_WRITE_COMBINE); in dma_free_wc() 619 DMA_ATTR_WRITE_COMBINE); in dma_mmap_wc()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | dma-attributes.rst | 18 DMA_ATTR_WRITE_COMBINE chapter 21 DMA_ATTR_WRITE_COMBINE specifies that writes to the mapping may be 24 Since it is optional for platforms to implement DMA_ATTR_WRITE_COMBINE,
|
| /linux-6.15/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 889 DMA_ATTR_WRITE_COMBINE); in rga_probe() 911 rga->cmdbuf_phy, DMA_ATTR_WRITE_COMBINE); in rga_probe() 929 rga->cmdbuf_phy, DMA_ATTR_WRITE_COMBINE); in rga_remove()
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_gem.c | 75 mtk_gem->dma_attrs = DMA_ATTR_WRITE_COMBINE; in mtk_gem_create()
|
| /linux-6.15/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_gem.c | 49 attr |= DMA_ATTR_WRITE_COMBINE; in exynos_drm_alloc_buf()
|
| H A D | exynos_drm_g2d.c | 278 g2d->cmdlist_dma_attrs = DMA_ATTR_WRITE_COMBINE; in g2d_init_cmdlist()
|
| /linux-6.15/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | vde.c | 71 bo->dma_attrs = DMA_ATTR_WRITE_COMBINE | in tegra_vde_alloc_bo()
|
| H A D | v4l2.c | 355 dma_attrs = DMA_ATTR_WRITE_COMBINE; in tegra_queue_init()
|
| /linux-6.15/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 162 rk_obj->dma_attrs = DMA_ATTR_WRITE_COMBINE; in rockchip_gem_alloc_dma()
|
| /linux-6.15/kernel/dma/ |
| H A D | Kconfig | 43 # DMA_ATTR_WRITE_COMBINE. Normally the "uncached" mapping should be what
|
| H A D | mapping.c | 510 if (attrs & DMA_ATTR_WRITE_COMBINE) in dma_pgprot()
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-sun50i-a100.c | 482 GFP_KERNEL, DMA_ATTR_WRITE_COMBINE); in sun50i_a100_ledc_probe()
|
| /linux-6.15/include/trace/events/ |
| H A D | dma.h | 28 { DMA_ATTR_WRITE_COMBINE, "WRITE_COMBINE" }, \
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | gk20a.c | 601 DMA_ATTR_WRITE_COMBINE; in gk20a_instmem_new()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 179 attrs |= DMA_ATTR_WRITE_COMBINE; in msm_init_vram()
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | helpers.c | 203 buf->attrs = DMA_ATTR_WRITE_COMBINE | in venus_helper_alloc_dpb_bufs() 259 buf->attrs = DMA_ATTR_WRITE_COMBINE | in intbufs_set_buffer()
|
| H A D | hfi_venus.c | 345 desc->attrs = DMA_ATTR_WRITE_COMBINE; in venus_alloc()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | gbefb.c | 1179 DMA_ATTR_WRITE_COMBINE); in gbefb_probe()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | dma-mapping.c | 440 prot = (attrs & DMA_ATTR_WRITE_COMBINE) ? in __get_dma_pgprot()
|