Home
last modified time | relevance | path

Searched refs:DRM_MODE_FLAG_YMIRROR (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dmedia-bus-format.h167 #define DRM_MODE_FLAG_YMIRROR (1<<29) macro
168 #define DRM_MODE_FLAG_XYMIRROR (DRM_MODE_FLAG_XMIRROR | DRM_MODE_FLAG_YMIRROR)
/rk3399_rockchip-uboot/include/
H A Ddrm_modes.h58 #define DRM_MODE_FLAG_YMIRROR (1<<29) macro
59 #define DRM_MODE_FLAG_XYMIRROR (DRM_MODE_FLAG_XMIRROR | DRM_MODE_FLAG_YMIRROR)
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c442 } else if (val == DRM_MODE_FLAG_YMIRROR) { in rockchip_ofnode_get_display_mode()
443 flags |= DRM_MODE_FLAG_YMIRROR; in rockchip_ofnode_get_display_mode()
446 flags |= DRM_MODE_FLAG_YMIRROR; in rockchip_ofnode_get_display_mode()
H A Drockchip_vop.c881 if (mode->flags & DRM_MODE_FLAG_YMIRROR) in rockchip_vop_set_plane()
H A Drockchip_vop2.c5538 if (mode->flags & DRM_MODE_FLAG_YMIRROR) in vop2_set_cluster_win()
5666 if (mode->flags & DRM_MODE_FLAG_YMIRROR) in vop2_set_smart_win()