Home
last modified time | relevance | path

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

/third_party/libdrm/omap/
Domap_drm.c211 if (flags & OMAP_BO_TILED) { in omap_bo_new_impl()
232 if (flags & OMAP_BO_TILED) { in omap_bo_new()
249 if (!(flags & OMAP_BO_TILED)) { in omap_bo_new_tiled()
Domap_drm.h65 #define OMAP_BO_TILED (OMAP_BO_TILED_8 | OMAP_BO_TILED_16 | OMAP_BO_TILED_32) macro