Lines Matching refs:rotation
29 u32 rotation; in rotation24bpp() local
31 rotation = (dx / 4) % 6; in rotation24bpp()
33 rotation = ((dx + 2) / 4) % 6; in rotation24bpp()
36 return ((rotation << 8) | DST_24_ROTATION_ENABLE); in rotation24bpp()
200 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local
232 rotation = rotation24bpp(dx, direction); in atyfb_copyarea()
239 aty_st_le32(DST_CNTL, direction | rotation, par); in atyfb_copyarea()
246 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local
268 rotation = rotation24bpp(dx, DST_X_LEFT_TO_RIGHT); in atyfb_fillrect()
278 DST_X_LEFT_TO_RIGHT | rotation, par); in atyfb_fillrect()
286 u32 pix_width_save, pix_width, host_cntl, rotation = 0, src, mix; in atyfb_imageblit() local
338 rotation = rotation24bpp(dx, DST_X_LEFT_TO_RIGHT); in atyfb_imageblit()
378 aty_st_le32(DST_CNTL, DST_Y_TOP_TO_BOTTOM | DST_X_LEFT_TO_RIGHT | rotation, par); in atyfb_imageblit()