Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c69 bool map_noncoherent; member
516 if (priv->soc_info->map_noncoherent) in ingenic_drm_plane_atomic_check()
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()
1205 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1236 if (soc_info->map_noncoherent) in ingenic_drm_bind()
1520 .map_noncoherent = false,
1532 .map_noncoherent = false,
1545 .map_noncoherent = false,
1558 .map_noncoherent = false,
[all …]
/openbmc/linux/drivers/gpu/drm/
H A 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()
535 if (dma_obj->map_noncoherent) { in drm_gem_dma_mmap()
H A Ddrm_fb_dma_helper.c134 if (!dma_obj->map_noncoherent) in drm_fb_dma_sync_non_coherent()
H A Ddrm_fbdev_dma.c129 if (dma_obj->map_noncoherent) in drm_fbdev_dma_helper_fb_probe()
/openbmc/linux/include/drm/
H A Ddrm_gem_dma_helper.h29 bool map_noncoherent; member
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c391 dma_obj->map_noncoherent = false; in rcar_du_gem_prime_import_sg_table()