Home
last modified time | relevance | path

Searched refs:VOP_OUTPUT_IF_DP1 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.h100 #define VOP_OUTPUT_IF_DP1 BIT(10) macro
H A Ddw-dp.c1416 conn_state->output_if |= dp->id ? VOP_OUTPUT_IF_DP1 : VOP_OUTPUT_IF_DP0; in dw_dp_connector_init()
H A Drockchip_vop2.c1438 if (output_if & VOP_OUTPUT_IF_DP1) in get_output_if_name()
2973 if (output_if & VOP_OUTPUT_IF_DP1) { in rk3588_vop2_if_cfg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h50 #define VOP_OUTPUT_IF_DP1 BIT(10) macro
H A Drockchip_drm_vconn.c515 VOP_OUTPUT_IF_DP1); in rockchip_virtual_connector_bind()
H A Ddw-dp.c2524 s->output_if &= ~(VOP_OUTPUT_IF_DP0 | VOP_OUTPUT_IF_DP1); in dw_dp_encoder_disable()
2526 s->output_if &= ~(dp->id ? VOP_OUTPUT_IF_DP1 : VOP_OUTPUT_IF_DP0); in dw_dp_encoder_disable()
2588 s->output_if |= VOP_OUTPUT_IF_DP0 | VOP_OUTPUT_IF_DP1; in dw_dp_encoder_atomic_check()
2590 s->output_if |= dp->id ? VOP_OUTPUT_IF_DP1 : VOP_OUTPUT_IF_DP0; in dw_dp_encoder_atomic_check()
H A Drockchip_drm_vop2.c149 #define output_if_is_dp(x) (x & (VOP_OUTPUT_IF_DP0 | VOP_OUTPUT_IF_DP1))
4436 if ((vcstate->output_if & VOP_OUTPUT_IF_DP1) && dual_channel) in vop2_crtc_atomic_disable()
7525 if (vcstate->output_if & VOP_OUTPUT_IF_DP1 && in vop2_setup_dual_channel_if()
7526 !vop2_mark_as_left_panel(vcstate, VOP_OUTPUT_IF_DP1)) in vop2_setup_dual_channel_if()
7950 if (vcstate->output_if & VOP_OUTPUT_IF_DP1) { in vop2_crtc_atomic_enable()
H A Drockchip_vop2_reg.c1745 .id = VOP_OUTPUT_IF_DP1,