Searched refs:VOP_OUTPUT_IF_DP0 (Results 1 – 8 of 8) sorted by relevance
99 #define VOP_OUTPUT_IF_DP0 BIT(9) macro
1416 conn_state->output_if |= dp->id ? VOP_OUTPUT_IF_DP1 : VOP_OUTPUT_IF_DP0; in dw_dp_connector_init()
1436 if (output_if & VOP_OUTPUT_IF_DP0) in get_output_if_name()2964 if (output_if & VOP_OUTPUT_IF_DP0) { in rk3588_vop2_if_cfg()
49 #define VOP_OUTPUT_IF_DP0 BIT(9) macro
511 VOP_OUTPUT_IF_DP0); 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))7940 if (vcstate->output_if & VOP_OUTPUT_IF_DP0) { in vop2_crtc_atomic_enable()7941 ret = vop2_calc_cru_cfg(crtc, VOP_OUTPUT_IF_DP0, &if_pixclk, &if_dclk); in vop2_crtc_atomic_enable()7951 ret = vop2_calc_cru_cfg(crtc, VOP_OUTPUT_IF_DP0, &if_pixclk, &if_dclk); in vop2_crtc_atomic_enable()
1732 .id = VOP_OUTPUT_IF_DP0,