Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/omapdrm/
Domap_gem.c151 static bool omap_gem_is_contiguous(struct omap_gem_object *omap_obj) in omap_gem_is_contiguous() function
360 BUG_ON(!omap_gem_is_contiguous(omap_obj)); in omap_gem_fault_1d()
775 if (!omap_gem_is_contiguous(omap_obj) && priv->has_dmm) { in omap_gem_pin()
824 } else if (omap_gem_is_contiguous(omap_obj)) { in omap_gem_pin()
850 if (omap_gem_is_contiguous(omap_obj) || !priv->has_dmm) in omap_gem_unpin_locked()