Home
last modified time | relevance | path

Searched refs:map_noncoherent (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/
Ddrm_gem_cma_helper.c89 cma_obj->map_noncoherent = false; in __drm_gem_cma_create()
133 if (cma_obj->map_noncoherent) { in drm_gem_cma_create()
219 if (cma_obj->map_noncoherent) in drm_gem_cma_free()
518 if (cma_obj->map_noncoherent) { in drm_gem_cma_mmap()
Ddrm_fb_cma_helper.c129 if (!cma_obj->map_noncoherent) in drm_fb_cma_sync_non_coherent()
/linux-5.19.10/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c69 bool map_noncoherent; member
516 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_check()
639 return priv->soc_info->map_noncoherent; in ingenic_drm_map_noncoherent()
670 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_update()
906 if (priv->soc_info->map_noncoherent) in ingenic_drm_gem_fb_create()
922 obj->map_noncoherent = priv->soc_info->map_noncoherent; in ingenic_drm_gem_create_object()
1206 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1237 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1520 .map_noncoherent = false,
1532 .map_noncoherent = false,
[all …]
/linux-5.19.10/include/drm/
Ddrm_gem_cma_helper.h29 bool map_noncoherent; member
/linux-5.19.10/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c359 cma_obj->map_noncoherent = false; in rcar_du_gem_prime_import_sg_table()