Home
last modified time | relevance | path

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

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