Lines Matching full:tmds
52 const struct tmds_config *tmds; member
835 const struct tmds_config *tmds) in tegra_hdmi_setup_tmds() argument
839 tegra_hdmi_writel(hdmi, tmds->pll0, HDMI_NV_PDISP_SOR_PLL0); in tegra_hdmi_setup_tmds()
840 tegra_hdmi_writel(hdmi, tmds->pll1, HDMI_NV_PDISP_SOR_PLL1); in tegra_hdmi_setup_tmds()
841 tegra_hdmi_writel(hdmi, tmds->pe_current, HDMI_NV_PDISP_PE_CURRENT); in tegra_hdmi_setup_tmds()
843 tegra_hdmi_writel(hdmi, tmds->drive_current, in tegra_hdmi_setup_tmds()
851 tegra_hdmi_writel(hdmi, tmds->peak_current, in tegra_hdmi_setup_tmds()
1333 /* TMDS CONFIG */ in tegra_hdmi_encoder_enable()
1335 if (hdmi->pixel_clock <= hdmi->config->tmds[i].pclk) { in tegra_hdmi_encoder_enable()
1336 tegra_hdmi_setup_tmds(hdmi, &hdmi->config->tmds[i]); in tegra_hdmi_encoder_enable()
1719 .tmds = tegra20_tmds_config,
1729 .tmds = tegra30_tmds_config,
1739 .tmds = tegra114_tmds_config,
1749 .tmds = tegra124_tmds_config,