Searched refs:MSM_BO_MAP_PRIV (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_preempt.c | 346 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 D | a5xx_preempt.c | 257 MSM_BO_WC | MSM_BO_MAP_PRIV, gpu->aspace, &bo, &iova); in preempt_init_ring()
|
| H A D | a6xx_gpu.c | 972 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 D | a5xx_gpu.c | 622 MSM_BO_WC | MSM_BO_MAP_PRIV, in a5xx_ucode_load()
|
| H A D | a6xx_gmu.c | 1300 flags |= MSM_BO_MAP_PRIV; in a6xx_gmu_memory_alloc()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gem.h | 23 #define MSM_BO_MAP_PRIV 0x20000000 /* use IOMMU_PRIV when mapping */ macro
|
| H A D | msm_gpu.h | 713 (((gpu)->hw_apriv ? MSM_BO_MAP_PRIV : 0) | (flags))
|
| H A D | msm_gem.c | 519 if (msm_obj->flags & MSM_BO_MAP_PRIV) in msm_gem_pin_vma_locked()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | msm-preemption.rst | 95 in the kernel address space with the MSM_BO_MAP_PRIV flag.
|