| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_rect.c | 259 if (rotation & (DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y)) { in drm_rect_rotate() 267 if (rotation & DRM_MODE_REFLECT_Y) { in drm_rect_rotate() 361 if (rotation & (DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y)) { in drm_rect_rotate_inv() 369 if (rotation & DRM_MODE_REFLECT_Y) { in drm_rect_rotate_inv()
|
| H A D | drm_blend.c | 275 { __builtin_ffs(DRM_MODE_REFLECT_Y) - 1, "reflect-y" }, in drm_plane_create_rotation_property() 322 rotation ^= DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in drm_rotation_simplify()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop2_reg.c | 2380 .supported_rotations = DRM_MODE_REFLECT_Y, 2409 .supported_rotations = DRM_MODE_REFLECT_Y, 2438 .supported_rotations = DRM_MODE_REFLECT_Y, 2467 .supported_rotations = DRM_MODE_REFLECT_Y, 2497 DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y, 2523 .supported_rotations = DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y, 2564 .supported_rotations = DRM_MODE_REFLECT_Y, 2590 .supported_rotations = DRM_MODE_REFLECT_Y, 2616 .supported_rotations = DRM_MODE_REFLECT_Y, 2642 .supported_rotations = DRM_MODE_REFLECT_Y, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl.c | 149 DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in mtk_ovl_supported_rotations() 161 DRM_MODE_REFLECT_Y); in mtk_ovl_layer_check() 272 if (pending->rotation & DRM_MODE_REFLECT_Y) { in mtk_ovl_layer_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_fimc.c | 436 if (rotation & DRM_MODE_REFLECT_Y) in fimc_src_set_transf() 443 if (rotation & DRM_MODE_REFLECT_Y) in fimc_src_set_transf() 451 if (rotation & DRM_MODE_REFLECT_Y) in fimc_src_set_transf() 460 if (rotation & DRM_MODE_REFLECT_Y) in fimc_src_set_transf() 706 if (rotation & DRM_MODE_REFLECT_Y) in fimc_dst_set_transf() 713 if (rotation & DRM_MODE_REFLECT_Y) in fimc_dst_set_transf() 721 if (rotation & DRM_MODE_REFLECT_Y) in fimc_dst_set_transf() 730 if (rotation & DRM_MODE_REFLECT_Y) in fimc_dst_set_transf()
|
| H A D | exynos_drm_gsc.c | 533 if (rotation & DRM_MODE_REFLECT_Y) in gsc_src_set_transf() 540 if (rotation & DRM_MODE_REFLECT_Y) in gsc_src_set_transf() 547 if (rotation & DRM_MODE_REFLECT_Y) in gsc_src_set_transf() 554 if (rotation & DRM_MODE_REFLECT_Y) in gsc_src_set_transf()
|
| H A D | exynos_drm_rotator.c | 171 if (rotation & DRM_MODE_REFLECT_Y) in rotator_dst_set_transf()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 667 DRM_MODE_REFLECT_Y); in vc4_plane_mode_set() 671 if (rotation & DRM_MODE_REFLECT_Y) in vc4_plane_mode_set() 732 if (rotation & DRM_MODE_REFLECT_Y) { in vc4_plane_mode_set() 831 (rotation & DRM_MODE_REFLECT_Y ? SCALER_CTL0_VFLIP : 0) | in vc4_plane_mode_set() 896 (rotation & DRM_MODE_REFLECT_Y ? in vc4_plane_mode_set() 1385 DRM_MODE_REFLECT_Y); in vc4_plane_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm_mode.h | 197 #define DRM_MODE_REFLECT_Y (1<<5) macro 206 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm_mode.h | 197 #define DRM_MODE_REFLECT_Y (1<<5) macro 206 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 54 DRM_MODE_REFLECT_Y); in mdp5_plane_install_rotation_property() 327 DRM_MODE_REFLECT_Y); in mdp5_plane_atomic_check_with_state() 332 if (rotation & DRM_MODE_REFLECT_Y) in mdp5_plane_atomic_check_with_state() 1021 DRM_MODE_REFLECT_Y); in mdp5_plane_mode_set() 1023 vflip = !!(rotation & DRM_MODE_REFLECT_Y); in mdp5_plane_mode_set()
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_mode.h | 205 #define DRM_MODE_REFLECT_Y (1<<5) macro 214 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm_mode.h | 205 #define DRM_MODE_REFLECT_Y (1<<5) macro 214 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 196 #define DRM_MODE_REFLECT_Y (1<<5) macro 205 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm_mode.h | 196 #define DRM_MODE_REFLECT_Y (1<<5) macro 205 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 205 #define DRM_MODE_REFLECT_Y (1<<5) macro 214 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm_mode.h | 196 #define DRM_MODE_REFLECT_Y (1<<5) macro 205 DRM_MODE_REFLECT_Y)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_kms.h | 164 return !!(rotation & DRM_MODE_REFLECT_Y); in has_flip_h()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.c | 167 DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y); in omap_plane_install_properties()
|
| H A D | omap_fb.c | 125 if (drm_rot & DRM_MODE_REFLECT_Y) in drm_rotation_to_tiler()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 612 DRM_MODE_REFLECT_Y; in tegra_plane_atomic_check() 658 rotation |= DRM_MODE_REFLECT_Y; in tegra_plane_atomic_check() 667 if (rotation & DRM_MODE_REFLECT_Y) in tegra_plane_atomic_check() 821 DRM_MODE_REFLECT_Y); in tegra_primary_plane_create() 1117 DRM_MODE_REFLECT_Y); in tegra_dc_overlay_plane_create()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_planes.c | 872 if (state->rotation & DRM_MODE_REFLECT_Y) in malidp_de_plane_update() 938 DRM_MODE_ROTATE_270 | DRM_MODE_REFLECT_X | DRM_MODE_REFLECT_Y; in malidp_de_planes_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-plane.c | 405 DRM_MODE_REFLECT_Y); in dcss_plane_init()
|
| H A D | dcss-dpr.c | 554 ch->frame_ctrl |= rotation & DRM_MODE_REFLECT_Y ? VFLIP_EN : 0; in dcss_dpr_set_rotation()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 1140 DRM_MODE_REFLECT_Y); in dpu_plane_sspp_atomic_update() 1145 if (rotation & DRM_MODE_REFLECT_Y) in dpu_plane_sspp_atomic_update() 1638 DRM_MODE_REFLECT_Y); in dpu_plane_init()
|