Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c119 orient = MASK_X_INVERT | MASK_Y_INVERT; in drm_rotation_to_tiler()
122 orient = MASK_XY_FLIP | MASK_Y_INVERT; in drm_rotation_to_tiler()
130 orient ^= MASK_Y_INVERT; in drm_rotation_to_tiler()
181 if (orient & MASK_Y_INVERT) in omap_framebuffer_update_scanout()
H A Domap_dmm_tiler.h60 #define MASK_Y_INVERT (1 << 30) macro
H A Domap_dmm_tiler.c657 if (orient & MASK_Y_INVERT) in tiler_get_address()