Searched refs:VOP_OUTPUT_IF_DP1 (Results 1 – 8 of 8) sorted by relevance
100 #define VOP_OUTPUT_IF_DP1 BIT(10) macro
1416 conn_state->output_if |= dp->id ? VOP_OUTPUT_IF_DP1 : VOP_OUTPUT_IF_DP0; in dw_dp_connector_init()
1438 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()
50 #define VOP_OUTPUT_IF_DP1 BIT(10) macro
515 VOP_OUTPUT_IF_DP1); in rockchip_virtual_connector_bind()
2524 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()
149 #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()
1745 .id = VOP_OUTPUT_IF_DP1,