| /linux-6.15/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi_tmds_clk.c | 69 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-6.15/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 49 unsigned long tmds; member 54 { .tmds = 25175000, .n_32k = 4576, .n_44k1 = 7007, .n_48k = 6864, }, 55 { .tmds = 25200000, .n_32k = 4096, .n_44k1 = 6272, .n_48k = 6144, }, 56 { .tmds = 27000000, .n_32k = 4096, .n_44k1 = 6272, .n_48k = 6144, }, 57 { .tmds = 28320000, .n_32k = 4096, .n_44k1 = 5586, .n_48k = 6144, }, 58 { .tmds = 30240000, .n_32k = 4096, .n_44k1 = 5642, .n_48k = 6144, }, 105 unsigned long tmds; member 200 for (i = 0; common_tmds_n_table[i].tmds != 0; i++) { in dw_hdmi_qp_match_tmds_n_table() 201 if (pixel_clk == common_tmds_n_table[i].tmds) { in dw_hdmi_qp_match_tmds_n_table() 291 for (i = 0; common_tmds_cts_table[i].tmds != 0; i++) { in dw_hdmi_qp_find_cts() [all …]
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_combios.c | 1307 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table() 1336 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios() 1350 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios() 1402 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios() 1428 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios() 2826 if (!tmds) in radeon_external_tmds_setup() 2829 switch (tmds->dvo_chip) { in radeon_external_tmds_setup() 2833 tmds->slave_addr, in radeon_external_tmds_setup() 2839 tmds->slave_addr, in radeon_external_tmds_setup() 2842 tmds->slave_addr, in radeon_external_tmds_setup() [all …]
|
| H A D | radeon_legacy_encoders.c | 799 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set() 802 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set() 1695 struct radeon_encoder_int_tmds *tmds; in radeon_legacy_get_tmds_info() local 1700 if (!tmds) in radeon_legacy_get_tmds_info() 1704 ret = radeon_atombios_get_tmds_info(encoder, tmds); in radeon_legacy_get_tmds_info() 1709 radeon_legacy_get_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_tmds_info() 1711 return tmds; in radeon_legacy_get_tmds_info() 1718 struct radeon_encoder_ext_tmds *tmds; in radeon_legacy_get_ext_tmds_info() local 1726 if (!tmds) in radeon_legacy_get_ext_tmds_info() 1732 radeon_legacy_get_ext_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_ext_tmds_info() [all …]
|
| H A D | radeon_mode.h | 856 struct radeon_encoder_int_tmds *tmds); 858 struct radeon_encoder_int_tmds *tmds); 860 struct radeon_encoder_int_tmds *tmds); 862 struct radeon_encoder_ext_tmds *tmds); 864 struct radeon_encoder_ext_tmds *tmds);
|
| H A D | radeon_connectors.c | 652 struct radeon_encoder_int_tmds *tmds = NULL; in radeon_connector_set_property() local 661 tmds = radeon_encoder->enc_priv; in radeon_connector_set_property() 662 if (!tmds) in radeon_connector_set_property() 667 ret = radeon_atombios_get_tmds_info(radeon_encoder, tmds); in radeon_connector_set_property() 669 ret = radeon_legacy_get_tmds_info_from_combios(radeon_encoder, tmds); in radeon_connector_set_property() 672 radeon_legacy_get_tmds_info_from_table(radeon_encoder, tmds); in radeon_connector_set_property()
|
| H A D | radeon_atombios.c | 1329 struct radeon_encoder_int_tmds *tmds) in radeon_atombios_get_tmds_info() argument 1349 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info() 1351 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() 1359 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info() 1364 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info() 1365 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info() 1367 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info() 1368 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | gm200.c | 78 ior->tmds.high_speed = khz > 340000; in gm200_sor_hdmi_scdc() 81 if (ior->tmds.high_speed) in gm200_sor_hdmi_scdc() 83 if (ior->tmds.high_speed || scrambling_low_rates) in gm200_sor_hdmi_scdc()
|
| H A D | ga102.c | 92 if (sor->tmds.high_speed) in ga102_sor_clock()
|
| H A D | ior.h | 49 } tmds; member
|
| H A D | uoutp.c | 618 args->v0.tmds.dual = (outp->info.tmdsconf.sor.link == 3); in nvkm_uoutp_new() 621 args->v0.tmds.dual = 0; in nvkm_uoutp_new()
|
| H A D | gf119.c | 294 const u32 speed = sor->tmds.high_speed ? 0x14 : 0x0a; in gf119_sor_clock() 296 if (sor->tmds.high_speed) in gf119_sor_clock()
|
| /linux-6.15/Documentation/devicetree/bindings/display/ |
| H A D | allwinner,sun8i-a83t-dw-hdmi.yaml | 62 - const: tmds 170 clock-names = "iahb", "isfr", "tmds"; 227 clock-names = "iahb", "isfr", "tmds", "cec", "hdcp",
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | hdmi.c | 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() 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() 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, [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | if0012.h | 29 } tmds; member 136 } tmds; member
|
| H A D | outp.h | 38 } tmds; member
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bios.c | 650 clktable = bios->tmds.output0_script_ptr; in run_tmds_table() 654 clktable = bios->tmds.output1_script_ptr; in run_tmds_table() 957 bios->tmds.output0_script_ptr = ROM16(bios->data[tmdstableptr + 11]); in parse_bit_tmds_tbl_entry() 958 bios->tmds.output1_script_ptr = ROM16(bios->data[tmdstableptr + 13]); in parse_bit_tmds_tbl_entry() 1035 parse_bit_table(bios, bitoffset, &BIT_TABLE('T', tmds)); in parse_bit_structure() 1204 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure() 1205 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure() 1777 else if (bios->tmds.output0_script_ptr || in fabricate_dcb_encoder_table() 1778 bios->tmds.output1_script_ptr) in fabricate_dcb_encoder_table()
|
| H A D | nouveau_bios.h | 142 } tmds; member
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | init.c | 539 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-6.15/arch/arm/boot/dts/st/ |
| H A D | stih407.dtsi | 111 "tmds",
|
| H A D | stih410.dtsi | 203 "tmds",
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvif/ |
| H A D | outp.c | 533 outp->info.tmds.dual = args.tmds.dual; in nvif_outp_ctor()
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nvidia,tegra124-pinmux.yaml | 112 pe0, pe, pe1, dp, rtck, sys, clk, tmds, csi, dsi_b ]
|
| /linux-6.15/sound/x86/ |
| H A D | intel_hdmi_audio.c | 731 static void had_prog_cts(u32 aud_samp_freq, u32 tmds, u32 link_rate, in had_prog_cts() argument 742 dividend = (u64)tmds * n_param*1000; in had_prog_cts() 747 tmds, n_param, cts_val); in had_prog_cts()
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | samsung,exynos5260-clock.yaml | 32 - "phyclk_hdmi_phy_tmds_clko" - hdmi phy tmds clock
|