Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.h99 #define VOP_OUTPUT_IF_DP0 BIT(9) 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.c1436 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h49 #define VOP_OUTPUT_IF_DP0 BIT(9) macro
H A Drockchip_drm_vconn.c511 VOP_OUTPUT_IF_DP0); 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))
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()
H A Drockchip_vop2_reg.c1732 .id = VOP_OUTPUT_IF_DP0,