Lines Matching full:venc
66 * Pixel data arrives in 4:4:4 format from the VENC
71 * The VENC uses a DVI encoder on top of the ENCI
84 * - VENC & HDMI Clock setup for 480i to 1080p60
85 * - VENC Mode setup for 480i to 1080p60
305 /* For 420, pixel clock is half unlike venc clock */ in meson_hdmi_phy_setup_mode()
391 /* For 420, pixel clock is half unlike venc clock */ in dw_hdmi_set_vclk()
411 /* VENC double pixels for 1080i, 720p and YUV420 modes */ in dw_hdmi_set_vclk()
421 DRM_DEBUG_DRIVER("vclk:%d phy=%d venc=%d hdmi=%d enci=%d\n", in dw_hdmi_set_vclk()
423 priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk()
426 venc_freq, hdmi_freq, priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk()
509 /* Temporary Disable VENC video stream */ in dw_hdmi_phy_init()
510 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
521 /* Re-Enable VENC video stream */ in dw_hdmi_phy_init()
522 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
532 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
670 /* For 420, pixel clock is half unlike venc clock */ in dw_hdmi_mode_valid()
686 /* VENC double pixels for 1080i, 720p and YUV420 modes */ in dw_hdmi_mode_valid()
698 dev_dbg(dw_hdmi->dev, "%s: vclk:%d phy=%d venc=%d hdmi=%d\n", in dw_hdmi_mode_valid()
784 DRM_DEBUG_DRIVER("%s\n", priv->venc.hdmi_use_enci ? "VENCI" : "VENCP"); in meson_venc_hdmi_encoder_enable()
786 if (priv->venc.hdmi_use_enci) in meson_venc_hdmi_encoder_enable()
809 /* VENC + VENC-DVI Mode setup */ in meson_venc_hdmi_encoder_mode_set()