Lines Matching defs:orient
104 u32 orient;
109 orient = 0;
112 orient = MASK_XY_FLIP | MASK_X_INVERT;
115 orient = MASK_X_INVERT | MASK_Y_INVERT;
118 orient = MASK_XY_FLIP | MASK_Y_INVERT;
123 orient ^= MASK_X_INVERT;
126 orient ^= MASK_Y_INVERT;
128 return orient;
138 u32 x, y, orient = 0;
160 orient = drm_rotation_to_tiler(state->rotation);
175 if (orient & MASK_Y_INVERT)
177 if (orient & MASK_X_INVERT)
181 omap_gem_rotated_dma_addr(fb->obj[0], orient, x, y,
186 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient);
213 omap_gem_rotated_dma_addr(fb->obj[1], orient, x/2, y/2,