Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c61 bool map_noncoherent; member
415 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_check()
538 return priv->soc_info->map_noncoherent; in ingenic_drm_map_noncoherent()
568 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_update()
746 if (priv->soc_info->map_noncoherent) in ingenic_drm_gem_fb_create()
762 obj->map_noncoherent = priv->soc_info->map_noncoherent; in ingenic_drm_gem_create_object()
981 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1012 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1269 .map_noncoherent = false,
1280 .map_noncoherent = false,
[all …]
/Linux-v5.15/drivers/gpu/drm/
Ddrm_gem_cma_helper.c81 cma_obj->map_noncoherent = false; in __drm_gem_cma_create()
125 if (cma_obj->map_noncoherent) { in drm_gem_cma_create()
516 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-v5.15/include/drm/
Ddrm_gem_cma_helper.h29 bool map_noncoherent; member