Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c70 bool map_noncoherent; member
517 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_check()
640 return priv->soc_info->map_noncoherent; in ingenic_drm_map_noncoherent()
671 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_update()
907 if (priv->soc_info->map_noncoherent) in ingenic_drm_gem_fb_create()
923 obj->map_noncoherent = priv->soc_info->map_noncoherent; in ingenic_drm_gem_create_object()
1207 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1238 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1522 .map_noncoherent = false,
1534 .map_noncoherent = false,
[all …]
/Linux-v6.1/drivers/gpu/drm/
Ddrm_gem_dma_helper.c96 dma_obj->map_noncoherent = false; in __drm_gem_dma_create()
146 if (dma_obj->map_noncoherent) { in drm_gem_dma_create()
236 if (dma_obj->map_noncoherent) in drm_gem_dma_free()
536 if (dma_obj->map_noncoherent) { in drm_gem_dma_mmap()
Ddrm_fb_dma_helper.c134 if (!dma_obj->map_noncoherent) in drm_fb_dma_sync_non_coherent()
/Linux-v6.1/include/drm/
Ddrm_gem_dma_helper.h29 bool map_noncoherent; member
/Linux-v6.1/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c359 dma_obj->map_noncoherent = false; in rcar_du_gem_prime_import_sg_table()