Home
last modified time | relevance | path

Searched refs:tmds (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/sun4i/
A Dsun4i_hdmi_tmds_clk.c69 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_determine_rate() local
88 for (j = tmds->div_offset ?: 1; in sun4i_tmds_determine_rate()
89 j < (16 + tmds->div_offset); j++) { in sun4i_tmds_determine_rate()
128 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_recalc_rate() local
146 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_set_rate() local
170 struct sun4i_tmds *tmds = hw_to_tmds(hw); in sun4i_tmds_get_parent() local
206 struct sun4i_tmds *tmds; in sun4i_tmds_create() local
217 tmds = devm_kzalloc(hdmi->dev, sizeof(*tmds), GFP_KERNEL); in sun4i_tmds_create()
218 if (!tmds) in sun4i_tmds_create()
227 tmds->hdmi = hdmi; in sun4i_tmds_create()
[all …]
/linux/drivers/gpu/drm/radeon/
A Dradeon_combios.c1322 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1351 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1365 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1417 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1443 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2841 if (!tmds) in radeon_external_tmds_setup()
2844 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2848 tmds->slave_addr, in radeon_external_tmds_setup()
2854 tmds->slave_addr, in radeon_external_tmds_setup()
2857 tmds->slave_addr, in radeon_external_tmds_setup()
[all …]
A Dradeon_legacy_encoders.c807 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()
810 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
1703 struct radeon_encoder_int_tmds *tmds = NULL; in radeon_legacy_get_tmds_info() local
1708 if (!tmds) in radeon_legacy_get_tmds_info()
1712 ret = radeon_atombios_get_tmds_info(encoder, tmds); in radeon_legacy_get_tmds_info()
1717 radeon_legacy_get_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_tmds_info()
1719 return tmds; in radeon_legacy_get_tmds_info()
1726 struct radeon_encoder_ext_tmds *tmds = NULL; in radeon_legacy_get_ext_tmds_info() local
1734 if (!tmds) in radeon_legacy_get_ext_tmds_info()
1740 radeon_legacy_get_ext_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_ext_tmds_info()
[all …]
A Dradeon_mode.h897 struct radeon_encoder_int_tmds *tmds);
899 struct radeon_encoder_int_tmds *tmds);
901 struct radeon_encoder_int_tmds *tmds);
903 struct radeon_encoder_ext_tmds *tmds);
905 struct radeon_encoder_ext_tmds *tmds);
A Dradeon_connectors.c684 struct radeon_encoder_int_tmds *tmds = NULL; in radeon_connector_set_property() local
693 tmds = radeon_encoder->enc_priv; in radeon_connector_set_property()
694 if (!tmds) in radeon_connector_set_property()
699 ret = radeon_atombios_get_tmds_info(radeon_encoder, tmds); in radeon_connector_set_property()
701 ret = radeon_legacy_get_tmds_info_from_combios(radeon_encoder, tmds); in radeon_connector_set_property()
704 radeon_legacy_get_tmds_info_from_table(radeon_encoder, tmds); in radeon_connector_set_property()
A Dradeon_atombios.c1326 struct radeon_encoder_int_tmds *tmds) in radeon_atombios_get_tmds_info() argument
1346 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()
1348 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()
1350 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1353 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1356 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1361 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()
1362 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()
1364 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
1365 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
/linux/drivers/gpu/drm/tegra/
A Dhdmi.c44 const struct tmds_config *tmds; member
812 const struct tmds_config *tmds) in tegra_hdmi_setup_tmds() argument
816 tegra_hdmi_writel(hdmi, tmds->pll0, HDMI_NV_PDISP_SOR_PLL0); in tegra_hdmi_setup_tmds()
820 tegra_hdmi_writel(hdmi, tmds->drive_current, in tegra_hdmi_setup_tmds()
828 tegra_hdmi_writel(hdmi, tmds->peak_current, in tegra_hdmi_setup_tmds()
1293 if (hdmi->pixel_clock <= hdmi->config->tmds[i].pclk) { in tegra_hdmi_encoder_enable()
1294 tegra_hdmi_setup_tmds(hdmi, &hdmi->config->tmds[i]); in tegra_hdmi_encoder_enable()
1550 .tmds = tegra20_tmds_config,
1560 .tmds = tegra30_tmds_config,
1570 .tmds = tegra114_tmds_config,
[all …]
/linux/Documentation/devicetree/bindings/display/
A Dallwinner,sun8i-a83t-dw-hdmi.yaml62 - const: tmds
170 clock-names = "iahb", "isfr", "tmds";
227 clock-names = "iahb", "isfr", "tmds", "cec", "hdcp",
A Dst,stih4xx.txt205 clock-names = "pix", "tmds", "phy", "audio";
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dhdmigm200.c35 ior->tmds.high_speed = !!(scdc & 0x2); in gm200_hdmi_scdc()
A Dsorgf119.c127 const u32 speed = sor->tmds.high_speed ? 0x14 : 0x0a; in gf119_sor_clock()
129 if (sor->tmds.high_speed) in gf119_sor_clock()
A Dsorga102.c68 if (sor->tmds.high_speed) in ga102_sor_clock()
A Dior.h48 } tmds; member
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_bios.c652 clktable = bios->tmds.output0_script_ptr; in run_tmds_table()
656 clktable = bios->tmds.output1_script_ptr; in run_tmds_table()
959 bios->tmds.output0_script_ptr = ROM16(bios->data[tmdstableptr + 11]); in parse_bit_tmds_tbl_entry()
960 bios->tmds.output1_script_ptr = ROM16(bios->data[tmdstableptr + 13]); in parse_bit_tmds_tbl_entry()
1037 parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds)); in parse_bit_structure()
1206 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure()
1207 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure()
1779 else if (bios->tmds.output0_script_ptr || in fabricate_dcb_encoder_table()
1780 bios->tmds.output1_script_ptr) in fabricate_dcb_encoder_table()
A Dnouveau_bios.h141 } tmds; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dinit.c539 init_tmds_reg(struct nvbios_init *init, u8 tmds) in init_tmds_reg() argument
554 if (tmds >= 0x80) { in init_tmds_reg()
557 if (tmds == 0x81) in init_tmds_reg()
565 if (tmds < ARRAY_SIZE(pramdac_table)) in init_tmds_reg()
566 return pramdac_table[tmds]; in init_tmds_reg()
568 error("tmds selector 0x%02x unknown\n", tmds); in init_tmds_reg()
1096 u8 tmds = nvbios_rd08(bios, init->offset + 1); in init_tmds() local
1100 u32 reg = init_tmds_reg(init, tmds); in init_tmds()
1103 tmds, addr, mask, data); in init_tmds()
1124 u32 reg = init_tmds_reg(init, tmds); in init_zm_tmds_group()
[all …]
/linux/arch/arm/boot/dts/
A Dstih407.dtsi111 "tmds",
A Dstih410.dtsi205 "tmds",
A Dsunxi-h3-h5.dtsi817 clock-names = "iahb", "isfr", "tmds";
A Dsun8i-r40.dtsi1216 clock-names = "iahb", "isfr", "tmds";
A Dsun8i-a83t.dtsi1074 clock-names = "iahb", "isfr", "tmds";
/linux/Documentation/devicetree/bindings/clock/
A Dexynos5260-clock.txt37 - "phyclk_hdmi_phy_tmds_clko" - hdmi phy tmds clock
/linux/Documentation/devicetree/bindings/pinctrl/
A Dnvidia,tegra124-pinmux.txt112 dp, rtck, sys, clk tmds, csi, dsi_b
/linux/sound/x86/
A Dintel_hdmi_audio.c728 static void had_prog_cts(u32 aud_samp_freq, u32 tmds, u32 link_rate, in had_prog_cts() argument
739 dividend = (u64)tmds * n_param*1000; in had_prog_cts()
744 tmds, n_param, cts_val); in had_prog_cts()
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6.dtsi779 clock-names = "iahb", "isfr", "tmds", "cec", "hdcp",

Completed in 80 milliseconds

12