Home
last modified time | relevance | path

Searched refs:MSM_BO_MAP_PRIV (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_preempt.c346 MSM_BO_WC | MSM_BO_MAP_PRIV, gpu->aspace, &bo, &iova); in preempt_init_ring()
363 MSM_BO_WC | MSM_BO_MAP_PRIV | MSM_BO_GPU_READONLY, in preempt_init_ring()
432 MSM_BO_WC | MSM_BO_MAP_PRIV | MSM_BO_GPU_READONLY, in a6xx_preempt_init()
H A Da5xx_preempt.c257 MSM_BO_WC | MSM_BO_MAP_PRIV, gpu->aspace, &bo, &iova); in preempt_init_ring()
H A Da6xx_gpu.c972 MSM_BO_WC | MSM_BO_MAP_PRIV, in a6xx_ucode_load()
983 MSM_BO_WC | MSM_BO_MAP_PRIV, in a6xx_ucode_load()
H A Da5xx_gpu.c622 MSM_BO_WC | MSM_BO_MAP_PRIV, in a5xx_ucode_load()
H A Da6xx_gmu.c1300 flags |= MSM_BO_MAP_PRIV; in a6xx_gmu_memory_alloc()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gem.h23 #define MSM_BO_MAP_PRIV 0x20000000 /* use IOMMU_PRIV when mapping */ macro
H A Dmsm_gpu.h713 (((gpu)->hw_apriv ? MSM_BO_MAP_PRIV : 0) | (flags))
H A Dmsm_gem.c519 if (msm_obj->flags & MSM_BO_MAP_PRIV) in msm_gem_pin_vma_locked()
/linux-6.15/Documentation/gpu/
H A Dmsm-preemption.rst95 in the kernel address space with the MSM_BO_MAP_PRIV flag.