Home
last modified time | relevance | path

Searched refs:PORT_D (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c466 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change()
468 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_D); in emulate_monitor_status_change()
470 DPLL_CTRL2_DDI_CLK_SEL(DPLL_ID_SKL_DPLL0, PORT_D); in emulate_monitor_status_change()
472 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
479 (PORT_D << TRANS_DDI_PORT_SHIFT) | in emulate_monitor_status_change()
482 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change()
484 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
487 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
488 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
781 clean_virtual_dp_monitor(vgpu, PORT_D); in intel_vgpu_clean_display()
[all …]
H A Dedid.c95 port = PORT_D; in cnp_get_port_from_gmbus0()
111 port = PORT_D; in bxt_get_port_from_gmbus0()
127 port = PORT_D; in get_port_from_gmbus0()
H A Dvgpu.c378 ret = intel_gvt_set_edid(vgpu, PORT_D); in intel_gvt_create_vgpu()
H A Dhandlers.c666 if (port != PORT_B && port != PORT_D) { in vgpu_update_refresh_rate()
2367 MMIO_DH(DDI_BUF_CTL(PORT_D), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2373 MMIO_DH(DP_TP_CTL(PORT_D), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info()
2379 MMIO_DH(DP_TP_STATUS(PORT_D), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_limits.h98 PORT_D, enumerator
106 PORT_TC1 = PORT_D,
H A Dintel_pch_display.c88 assert_pch_dp_disabled(dev_priv, pipe, PORT_D, PCH_DP_D); in assert_pch_ports_disabled()
103 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_D, PCH_HDMID); in assert_pch_ports_disabled()
173 ibx_sanitize_pch_dp_port(dev_priv, PORT_D, PCH_DP_D); in ibx_sanitize_pch_ports()
178 ibx_sanitize_pch_hdmi_port(dev_priv, PORT_D, PCH_HDMID); in ibx_sanitize_pch_ports()
444 drm_WARN_ON(display->drm, port < PORT_B || port > PORT_D); in ilk_pch_enable()
H A Dintel_display_device.c423 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D…
435 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D…
450 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) /* DP A, SDV…
479 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SD…
582 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E…
635 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E…
654 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* HDMI/DP B/C/D */
679 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E…
928 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E…
936 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D),
[all …]
H A Dintel_dpio_phy.c666 case PORT_D: in vlv_dig_port_to_channel()
682 case PORT_D: in vlv_dig_port_to_phy()
1180 case PORT_D: in vlv_wait_port_ready()
H A Dg4x_hdmi.c673 return port == PORT_B || port == PORT_C || port == PORT_D; in is_hdmi_port_valid()
763 if (port == PORT_D) in g4x_hdmi_init()
H A Dintel_combo_phy.c164 bool ddi_d_present = intel_bios_is_port_present(display, PORT_D); in ehl_vbt_ddi_d_present()
H A Dintel_pipe_crc.c112 case PORT_D: in i9xx_pipe_crc_auto_source()
H A Dintel_display.h124 case PORT_D: in port_identifier()
H A Dintel_display.c1879 port == PORT_D) in intel_port_to_phy()
7687 dpd_is_edp = intel_dp_is_port_edp(display, PORT_D); in intel_setup_outputs()
7705 g4x_hdmi_init(display, PCH_HDMID, PORT_D); in intel_setup_outputs()
7711 g4x_dp_init(display, PCH_DP_D, PORT_D); in intel_setup_outputs()
7752 has_port = intel_bios_is_port_present(display, PORT_D); in intel_setup_outputs()
7754 g4x_dp_init(display, CHV_DP_D, PORT_D); in intel_setup_outputs()
7756 g4x_hdmi_init(display, CHV_HDMID, PORT_D); in intel_setup_outputs()
7803 g4x_dp_init(display, DP_D, PORT_D); in intel_setup_outputs()
H A Dintel_hdmi.c2715 case PORT_D: in chv_encoder_to_ddc_pin()
2758 case PORT_D: in cnp_encoder_to_ddc_pin()
2881 case PORT_D: in g4x_encoder_to_ddc_pin()
H A Dintel_pps.c1650 case PORT_D: in pps_init_registers()
1867 g4x_dp_port_enabled(display, PCH_DP_D, PORT_D, &panel_pipe); in assert_pps_unlocked()
H A Dintel_ddi.c3386 [PORT_D] = TRANSCODER_C, in gen9_chicken_trans_reg_by_port()
4954 if (port == PORT_D) in ehl_hpd_pin()
5031 case PORT_D: in port_strap_detected()
5162 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
H A Dg4x_dp.c1387 if (port == PORT_D) in g4x_dp_init()
H A Dintel_hdcp.c467 case PORT_D: in intel_hdcp_get_repeater_ctl()
H A Dintel_bios.c2350 [PORT_D] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
H A Dintel_dpll_mgr.c3365 if (port == PORT_D || port == PORT_E) { in icl_get_combo_phy_dpll()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c496 MMIO_D(PORT_CLK_SEL(PORT_D)); in iterate_generic_mmio()
527 MMIO_D(DDI_BUF_CTL(PORT_D)); in iterate_generic_mmio()
532 MMIO_D(DP_TP_CTL(PORT_D)); in iterate_generic_mmio()
537 MMIO_D(DP_TP_STATUS(PORT_D)); in iterate_generic_mmio()