Home
last modified time | relevance | path

Searched refs:IPU_ROT_BIT_90 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/video/
Dimx-ipu-v3.h69 #define IPU_ROT_BIT_90 (1 << 2) macro
76 IPU_ROTATE_90_RIGHT = IPU_ROT_BIT_90,
77 IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_VFLIP),
78 IPU_ROTATE_90_RIGHT_HFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_HFLIP),
79 IPU_ROTATE_90_LEFT = (IPU_ROT_BIT_90 |
84 #define ipu_rot_mode_is_irt(m) (((m) & IPU_ROT_BIT_90) != 0)
/Linux-v6.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c939 if (ctx->rot_mode & IPU_ROT_BIT_90) { in transform_tile_index()