Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Ddisplay.c449 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change()
451 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_D); in emulate_monitor_status_change()
453 DPLL_CTRL2_DDI_CLK_SEL(DPLL_ID_SKL_DPLL0, PORT_D); in emulate_monitor_status_change()
455 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
462 (PORT_D << TRANS_DDI_PORT_SHIFT) | in emulate_monitor_status_change()
465 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change()
467 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
470 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
471 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
762 clean_virtual_dp_monitor(vgpu, PORT_D); in intel_vgpu_clean_display()
[all …]
Dedid.c90 port = PORT_D; in cnp_get_port_from_gmbus0()
106 port = PORT_D; in bxt_get_port_from_gmbus0()
122 port = PORT_D; in get_port_from_gmbus0()
Dvgpu.c441 ret = intel_gvt_hypervisor_set_edid(vgpu, PORT_D); in __intel_gvt_create_vgpu()
Dhandlers.c654 if (port != PORT_B && port != PORT_D) { in vgpu_update_refresh_rate()
2735 MMIO_D(PORT_CLK_SEL(PORT_D), D_ALL); in init_generic_mmio_info()
2776 MMIO_DH(DDI_BUF_CTL(PORT_D), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2782 MMIO_DH(DP_TP_CTL(PORT_D), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info()
2788 MMIO_DH(DP_TP_STATUS(PORT_D), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display.h205 PORT_D, enumerator
213 PORT_TC1 = PORT_D,
242 case PORT_D: in port_identifier()
Dintel_combo_phy.c161 bool ddi_d_present = intel_bios_is_port_present(i915, PORT_D); in ehl_vbt_ddi_d_present()
Dintel_bios.c1725 [PORT_D] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
2180 BIT(PORT_D) | BIT(PORT_E) | BIT(PORT_F); in init_vbt_missing_defaults()
2556 [PORT_D] = { DVO_PORT_DPD, DVO_PORT_HDMID, }, in intel_bios_is_port_present()
2600 [PORT_D] = DVO_PORT_DPD, in intel_bios_is_port_edp()
2637 [PORT_D] = { DVO_PORT_DPD, DVO_PORT_HDMID, }, in child_dev_is_dp_dual_mode()
Dintel_pipe_crc.c110 case PORT_D: in i9xx_pipe_crc_auto_source()
Dintel_display.c596 g4x_dp_port_enabled(dev_priv, PCH_DP_D, PORT_D, &panel_pipe); in assert_panel_unlocked()
735 assert_pch_dp_disabled(dev_priv, pipe, PORT_D, PCH_DP_D); in assert_pch_ports_disabled()
750 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_D, PCH_HDMID); in assert_pch_ports_disabled()
770 case PORT_D: in vlv_wait_port_ready()
2614 drm_WARN_ON(dev, port < PORT_B || port > PORT_D); in ilk_pch_enable()
3814 else if (IS_JSL_EHL(i915) && port == PORT_D) in intel_port_to_phy()
3840 case PORT_D: in intel_port_to_power_domain()
11519 intel_ddi_init(dev_priv, PORT_D); in intel_setup_outputs()
11525 intel_ddi_init(dev_priv, PORT_D); in intel_setup_outputs()
11538 intel_ddi_init(dev_priv, PORT_D); in intel_setup_outputs()
[all …]
Dintel_display_types.h1717 case PORT_D: in vlv_dig_port_to_channel()
1733 case PORT_D: in vlv_dig_port_to_phy()
Dg4x_hdmi.c592 if (port == PORT_D) in g4x_hdmi_init()
Dintel_hdmi.c2584 case PORT_D: in chv_port_to_ddc_pin()
2626 case PORT_D: in cnp_port_to_ddc_pin()
2745 case PORT_D: in g4x_port_to_ddc_pin()
Dg4x_dp.c1392 if (port == PORT_D) in g4x_dp_init()
Dintel_pps.c1308 case PORT_D: in pps_init_registers()
Dintel_ddi.c3029 [PORT_D] = TRANSCODER_C, in gen9_chicken_trans_reg_by_port()
4385 if (port == PORT_D) in ehl_hpd_pin()
4507 port_name(port - PORT_D_XELPD + PORT_D), in intel_ddi_init()
Dintel_hdcp.c366 case PORT_D: in intel_hdcp_get_repeater_ctl()
Dintel_dpll_mgr.c3190 if (port == PORT_D || port == PORT_E) { in icl_get_combo_phy_dpll()