Home
last modified time | relevance | path

Searched refs:IPU_ROT_BIT_90 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/video/
H A 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-6.6/include/video/
H A 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)
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c939 if (ctx->rot_mode & IPU_ROT_BIT_90) { in transform_tile_index()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c938 if (ctx->rot_mode & IPU_ROT_BIT_90) { in transform_tile_index()

Completed in 9 milliseconds