Searched refs:MASK_Y_INVERT (Results 1 – 3 of 3) sorted by relevance
185 orient = MASK_X_INVERT | MASK_Y_INVERT; in omap_framebuffer_update_scanout()188 orient = MASK_XY_FLIP | MASK_Y_INVERT; in omap_framebuffer_update_scanout()196 orient ^= MASK_Y_INVERT; in omap_framebuffer_update_scanout()201 if (orient & MASK_Y_INVERT) in omap_framebuffer_update_scanout()
69 #define MASK_Y_INVERT (1 << 30) macro
478 if (orient & MASK_Y_INVERT) in tiler_get_address()