Home
last modified time | relevance | path

Searched refs:hdmi_use_enci (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/meson/
Dmeson_vclk.c812 bool hdmi_use_enci, bool vic_alternate_clock) in meson_vclk_set() argument
948 if (hdmi_use_enci) in meson_vclk_set()
962 if (hdmi_use_enci) in meson_vclk_set()
976 if (hdmi_use_enci) in meson_vclk_set()
990 if (hdmi_use_enci) in meson_vclk_set()
1004 if (hdmi_use_enci) in meson_vclk_set()
1015 if (hdmi_use_enci) in meson_vclk_set()
1030 bool hdmi_use_enci) in meson_vclk_setup() argument
1082 !hdmi_use_enci) in meson_vclk_setup()
1086 hdmi_use_enci) in meson_vclk_setup()
[all …]
Dmeson_vclk.h34 bool hdmi_use_enci);
Dmeson_dw_hdmi.c423 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()
510 if (priv->venc.hdmi_use_enci) 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()
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()
Dmeson_drv.h156 bool hdmi_use_enci; member
Dmeson_venc.c1554 priv->venc.hdmi_use_enci = use_enci; in meson_venc_hdmi_mode_set()