Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c241 s->output_if |= VOP_OUTPUT_IF_LVDS1 | VOP_OUTPUT_IF_LVDS0; in rockchip_lvds_encoder_atomic_check()
246 s->output_if |= VOP_OUTPUT_IF_LVDS1 | VOP_OUTPUT_IF_LVDS0; in rockchip_lvds_encoder_atomic_check()
254 s->output_if |= VOP_OUTPUT_IF_LVDS1 | VOP_OUTPUT_IF_LVDS0; in rockchip_lvds_encoder_atomic_check()
259 s->output_if |= VOP_OUTPUT_IF_LVDS1 | VOP_OUTPUT_IF_LVDS0; in rockchip_lvds_encoder_atomic_check()
264 s->output_if |= VOP_OUTPUT_IF_LVDS1; in rockchip_lvds_encoder_atomic_check()
H A Drockchip_drm_drv.h44 #define VOP_OUTPUT_IF_LVDS1 BIT(4) macro
H A Drockchip_drm_vop2.c152 #define output_if_is_lvds(x) (x & (VOP_OUTPUT_IF_LVDS0 | VOP_OUTPUT_IF_LVDS1))
7846 if (vcstate->output_if & VOP_OUTPUT_IF_LVDS1) { in vop2_crtc_atomic_enable()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.h94 #define VOP_OUTPUT_IF_LVDS1 BIT(4) macro
H A Drockchip_vop2.c1426 if (output_if & VOP_OUTPUT_IF_LVDS1) in get_output_if_name()
3046 if (conn_state->output_if & VOP_OUTPUT_IF_LVDS1) { in rk3568_vop2_if_cfg()