Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c207 for (port = PORT_A; port <= PORT_C; port++) { in emulate_monitor_status_change()
325 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change()
332 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in emulate_monitor_status_change()
334 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in emulate_monitor_status_change()
337 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_C)) |= in emulate_monitor_status_change()
341 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) |= in emulate_monitor_status_change()
343 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= in emulate_monitor_status_change()
427 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change()
429 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_C); in emulate_monitor_status_change()
431 DPLL_CTRL2_DDI_CLK_SEL(DPLL_ID_SKL_DPLL0, PORT_C); in emulate_monitor_status_change()
[all …]
H A Dedid.c91 port = PORT_C; in cnp_get_port_from_gmbus0()
107 port = PORT_C; in bxt_get_port_from_gmbus0()
121 port = PORT_C; in get_port_from_gmbus0()
H A Dmmio.c282 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in intel_vgpu_reset_mmio()
284 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in intel_vgpu_reset_mmio()
H A Dhandlers.c554 case PORT_C: in bxt_vgpu_get_dp_bitrate()
2344 MMIO_DH(DDI_BUF_CTL(PORT_C), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2350 MMIO_DH(DP_TP_CTL(PORT_C), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info()
2356 MMIO_DH(DP_TP_STATUS(PORT_C), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info()
2762 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.c202 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C), /* DVO A/B/C */
208 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */
214 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */
221 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */
235 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) /* SDVO B/C */
301 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */
309 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */
316 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D…
323 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D…
337 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) /* DP A, SDV…
[all …]
H A Dintel_dvo.c60 .port = PORT_C,
67 .port = PORT_C,
74 .port = PORT_C,
88 .port = PORT_C,
95 .port = PORT_C,
H A Dintel_display_limits.h80 PORT_C, enumerator
H A Dintel_pch_display.c81 assert_pch_dp_disabled(dev_priv, pipe, PORT_C, PCH_DP_C); in assert_pch_ports_disabled()
96 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_C, PCH_HDMIC); in assert_pch_ports_disabled()
165 ibx_sanitize_pch_dp_port(dev_priv, PORT_C, PCH_DP_C); in ibx_sanitize_pch_ports()
170 ibx_sanitize_pch_hdmi_port(dev_priv, PORT_C, PCH_HDMIC); in ibx_sanitize_pch_ports()
H A Dintel_dpio_phy.c172 [DPIO_CH1] = { .port = PORT_C },
214 [DPIO_CH0] = { .port = PORT_C },
650 case PORT_C: in vlv_dig_port_to_channel()
662 case PORT_C: in vlv_dig_port_to_phy()
H A Dvlv_dsi.c310 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config()
638 if (intel_dsi->ports == (BIT(PORT_A) | BIT(PORT_C))) { in intel_dsi_port_enable()
967 port == PORT_C) in intel_dsi_get_hw_state()
1429 MIPI_INIT_COUNT(port == PORT_A ? PORT_C : PORT_A), in intel_dsi_prepare()
1838 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_C); in vlv_dsi_init()
H A Dg4x_hdmi.c665 return port == PORT_B || port == PORT_C; in is_hdmi_port_valid()
667 return port == PORT_B || port == PORT_C || port == PORT_D; in is_hdmi_port_valid()
H A Dintel_bios.c1619 enum port port_bc = DISPLAY_VER(i915) >= 11 ? PORT_B : PORT_C; in parse_dsi_backlight_ports()
2315 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port()
2330 [PORT_C] = { -1 }, in dvo_port_to_port()
2341 [PORT_C] = { -1 }, in dvo_port_to_port()
2350 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port()
2391 return PORT_C; in dsi_dvo_port_to_port()
2828 int ports = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | in init_vbt_missing_defaults()
H A Dintel_hdmi.c2712 case PORT_C: in chv_port_to_ddc_pin()
2734 case PORT_C: in bxt_port_to_ddc_pin()
2754 case PORT_C: in cnp_port_to_ddc_pin()
2811 WARN_ON(port == PORT_C); in rkl_port_to_ddc_pin()
2852 WARN_ON(port == PORT_B || port == PORT_C); in adls_port_to_ddc_pin()
2873 case PORT_C: in g4x_port_to_ddc_pin()
H A Dintel_dsi_vbt.c145 else if (intel_dsi->ports & BIT(PORT_C)) in intel_dsi_seq_port_to_port()
146 return PORT_C; in intel_dsi_seq_port_to_port()
H A Dintel_pipe_crc.c106 case PORT_C: in i9xx_pipe_crc_auto_source()
H A Dintel_display.c372 case PORT_C: in vlv_wait_port_ready()
1819 return TC_PORT_1 + port - PORT_C; in intel_port_to_tc()
3637 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state()
7492 g4x_hdmi_init(dev_priv, PCH_HDMIC, PORT_C); in intel_setup_outputs()
7498 g4x_dp_init(dev_priv, PCH_DP_C, PORT_C); in intel_setup_outputs()
7530 has_edp = intel_dp_is_port_edp(dev_priv, PORT_C); in intel_setup_outputs()
7531 has_port = intel_bios_is_port_present(dev_priv, PORT_C); in intel_setup_outputs()
7533 has_edp &= g4x_dp_init(dev_priv, VLV_DP_C, PORT_C); in intel_setup_outputs()
7535 g4x_hdmi_init(dev_priv, VLV_HDMIC, PORT_C); in intel_setup_outputs()
7578 found = intel_sdvo_init(dev_priv, GEN3_SDVOC, PORT_C); in intel_setup_outputs()
[all …]
H A Dvlv_dsi_pll.c194 if (intel_dsi->ports & (1 << PORT_C)) in vlv_dsi_pll_compute()
H A Dintel_display_power.c2368 .port_start = PORT_C,
2385 .port_end = PORT_C,
2412 .port_end = PORT_C,
H A Dintel_ddi.c1858 case PORT_C: in bxt_ddi_get_pll()
3125 [PORT_C] = TRANSCODER_B, in gen9_chicken_trans_reg_by_port()
4597 if (port >= PORT_C) in icl_hpd_pin()
4598 return HPD_PORT_TC1 + port - PORT_C; in icl_hpd_pin()
4628 return port >= PORT_C; in intel_ddi_is_tc()
4674 case PORT_C: in port_strap_detected()
4827 port >= PORT_C ? " (TC)" : "", in intel_ddi_init()
H A Dintel_display.h135 case PORT_C: in port_identifier()
H A Dintel_pps.c1522 case PORT_C: in pps_init_registers()
1698 g4x_dp_port_enabled(dev_priv, PCH_DP_C, PORT_C, &panel_pipe); in assert_pps_unlocked()
H A Dintel_hdcp.c366 case PORT_C: in intel_hdcp_get_repeater_ctl()
H A Dintel_sdvo.c3327 return port == PORT_B || port == PORT_C; in is_sdvo_port_valid()
H A Dintel_dp.c5697 port != PORT_B && port != PORT_C)) in intel_dp_init_connector()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c484 MMIO_D(PORT_CLK_SEL(PORT_C)); in iterate_generic_mmio()
515 MMIO_D(DDI_BUF_CTL(PORT_C)); in iterate_generic_mmio()
520 MMIO_D(DP_TP_CTL(PORT_C)); in iterate_generic_mmio()
525 MMIO_D(DP_TP_STATUS(PORT_C)); in iterate_generic_mmio()
1127 MMIO_D(BXT_PHY_CTL(PORT_C)); in iterate_bxt_mmio()
1130 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_C)); in iterate_bxt_mmio()