Lines Matching defs:orient
108 u32 orient;
113 orient = 0;
116 orient = MASK_XY_FLIP | MASK_X_INVERT;
119 orient = MASK_X_INVERT | MASK_Y_INVERT;
122 orient = MASK_XY_FLIP | MASK_Y_INVERT;
127 orient ^= MASK_X_INVERT;
130 orient ^= MASK_Y_INVERT;
132 return orient;
144 u32 x, y, orient = 0;
166 orient = drm_rotation_to_tiler(state->rotation);
181 if (orient & MASK_Y_INVERT)
183 if (orient & MASK_X_INVERT)
187 omap_gem_rotated_dma_addr(fb->obj[0], orient, x, y,
192 info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient);
219 omap_gem_rotated_dma_addr(fb->obj[1], orient, x/2, y/2,