Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.h88 bool has_dmm; member
H A Domap_gem.c811 if (priv->has_dmm) { in omap_gem_pin()
854 if (priv->has_dmm) { in omap_gem_unpin_locked()
1304 } else if ((flags & OMAP_BO_SCANOUT) && !priv->has_dmm) { in omap_gem_new()
1388 if (sgt->orig_nents != 1 && !priv->has_dmm) in omap_gem_new_dmabuf()
1514 priv->has_dmm = true; in omap_gem_init()
H A Domap_fbdev.c158 fbdev->ywrap_enabled = priv->has_dmm && ywrap_enabled; in omap_fbdev_create()
H A Domap_plane.c388 if (priv->has_dmm) { in omap_plane_install_properties()