Searched refs:omap_obj (Results 1 – 1 of 1) sorted by relevance
160 static bool omap_gem_is_contiguous(struct omap_gem_object *omap_obj) in omap_gem_is_contiguous() argument162 if (omap_obj->flags & OMAP_BO_MEM_DMA_API) in omap_gem_is_contiguous()165 if ((omap_obj->flags & OMAP_BO_MEM_DMABUF) && omap_obj->sgt->nents == 1) in omap_gem_is_contiguous()178 struct omap_gem_object *omap_obj = to_omap_bo(obj); in omap_gem_evict_entry() local184 const int m = DIV_ROUND_UP(omap_obj->width << fmt, PAGE_SIZE); in omap_gem_evict_entry()205 struct omap_gem_object *omap_obj = to_omap_bo(obj); in omap_gem_evict() local208 if (omap_obj->flags & OMAP_BO_TILED) { in omap_gem_evict()209 enum tiler_fmt fmt = gem2fmt(omap_obj->flags); in omap_gem_evict()233 struct omap_gem_object *omap_obj = to_omap_bo(obj); in omap_gem_attach_pages() local239 lockdep_assert_held(&omap_obj->lock); in omap_gem_attach_pages()[all …]