Lines Matching defs:orient
106 u32 orient;
111 orient = 0;
114 orient = MASK_XY_FLIP | MASK_X_INVERT;
117 orient = MASK_X_INVERT | MASK_Y_INVERT;
120 orient = MASK_XY_FLIP | MASK_Y_INVERT;
125 orient ^= MASK_X_INVERT;
128 orient ^= MASK_Y_INVERT;
130 return orient;
142 u32 x, y, orient = 0;
164 orient = drm_rotation_to_tiler(state->rotation);
179 if (orient & MASK_Y_INVERT)
181 if (orient & MASK_X_INVERT)
185 omap_gem_rotated_dma_addr(fb->obj[0], orient, x, y,
190 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient);
217 omap_gem_rotated_dma_addr(fb->obj[1], orient, x/2, y/2,