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
303 /* For 420, pixel clock is half unlike venc clock */ in meson_hdmi_phy_setup_mode()
389 /* For 420, pixel clock is half unlike venc clock */ in dw_hdmi_set_vclk()
409 /* VENC double pixels for 1080i, 720p and YUV420 modes */ in dw_hdmi_set_vclk()
419 DRM_DEBUG_DRIVER("vclk:%d phy=%d venc=%d hdmi=%d enci=%d\n", in dw_hdmi_set_vclk()
421 priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk()
424 venc_freq, hdmi_freq, priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk()
507 /* Temporary Disable VENC video stream */ in dw_hdmi_phy_init()
508 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
519 /* Re-Enable VENC video stream */ in dw_hdmi_phy_init()
520 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
530 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
668 /* For 420, pixel clock is half unlike venc clock */ in dw_hdmi_mode_valid()
684 /* VENC double pixels for 1080i, 720p and YUV420 modes */ in dw_hdmi_mode_valid()
696 dev_dbg(dw_hdmi->dev, "%s: vclk:%d phy=%d venc=%d hdmi=%d\n", in dw_hdmi_mode_valid()
782 DRM_DEBUG_DRIVER("%s\n", priv->venc.hdmi_use_enci ? "VENCI" : "VENCP"); in meson_venc_hdmi_encoder_enable()
784 if (priv->venc.hdmi_use_enci) in meson_venc_hdmi_encoder_enable()
807 /* VENC + VENC-DVI Mode setup */ in meson_venc_hdmi_encoder_mode_set()