Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c448 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_D)) { in emulate_monitor_status_change()
450 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_D); in emulate_monitor_status_change()
452 DPLL_CTRL2_DDI_CLK_SEL(DPLL_ID_SKL_DPLL0, PORT_D); in emulate_monitor_status_change()
454 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_D); in emulate_monitor_status_change()
461 (PORT_D << TRANS_DDI_PORT_SHIFT) | in emulate_monitor_status_change()
464 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) &= in emulate_monitor_status_change()
466 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_D)) |= in emulate_monitor_status_change()
469 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change()
470 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_D)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
752 clean_virtual_dp_monitor(vgpu, PORT_D); in intel_vgpu_clean_display()
[all …]
H A 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()
H A Dvgpu.c443 ret = intel_gvt_hypervisor_set_edid(vgpu, PORT_D); in __intel_gvt_create_vgpu()
H A Dhandlers.c2485 MMIO_D(PORT_CLK_SEL(PORT_D), D_ALL); in init_generic_mmio_info()
2526 MMIO_DH(DDI_BUF_CTL(PORT_D), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info()
2532 MMIO_DH(DP_TP_CTL(PORT_D), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info()
2538 MMIO_DH(DP_TP_STATUS(PORT_D), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.h203 PORT_D, enumerator
228 case PORT_D: in port_identifier()
H A Dintel_bios.c1655 [PORT_D] = { DVO_PORT_HDMID, DVO_PORT_DPD, -1 }, in dvo_port_to_port()
1672 [PORT_D] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port()
2330 [PORT_D] = { DVO_PORT_DPD, DVO_PORT_HDMID, }, in intel_bios_is_port_present()
2374 [PORT_D] = DVO_PORT_DPD, in intel_bios_is_port_edp()
2406 [PORT_D] = { DVO_PORT_DPD, DVO_PORT_HDMID, }, in child_dev_is_dp_dual_mode()
H A Dintel_display_types.h1461 case PORT_D: in vlv_dig_port_to_channel()
1477 case PORT_D: in vlv_dig_port_to_phy()
H A Dintel_combo_phy.c213 bool ddi_d_present = intel_bios_is_port_present(i915, PORT_D); in ehl_vbt_ddi_d_present()
H A Dintel_pipe_crc.c109 case PORT_D: in i9xx_pipe_crc_auto_source()
H A Dintel_ddi.c3880 [PORT_D] = TRANSCODER_C, in gen9_chicken_trans_reg_by_port()
4990 if (port >= PORT_D) in tgl_hpd_pin()
4991 return HPD_PORT_TC1 + port - PORT_D; in tgl_hpd_pin()
5002 if (port >= PORT_D) in rkl_hpd_pin()
5003 return HPD_PORT_C + port - PORT_D; in rkl_hpd_pin()
5020 if (port == PORT_D) in ehl_hpd_pin()
H A Dintel_display.c1235 intel_dp_port_enabled(dev_priv, PCH_DP_D, PORT_D, &panel_pipe); in assert_panel_unlocked()
1380 assert_pch_dp_disabled(dev_priv, pipe, PORT_D, PCH_DP_D); in assert_pch_ports_disabled()
1395 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_D, PCH_HDMID); in assert_pch_ports_disabled()
1633 case PORT_D: in vlv_wait_port_ready()
5937 drm_WARN_ON(dev, port < PORT_B || port > PORT_D); in ilk_pch_enable()
7299 if (IS_ROCKETLAKE(i915) && port >= PORT_D) in intel_port_to_phy()
7301 else if (IS_ELKHARTLAKE(i915) && port == PORT_D) in intel_port_to_phy()
7313 return port - PORT_D; in intel_port_to_tc()
7327 case PORT_D: in intel_port_to_power_domain()
16897 intel_ddi_init(dev_priv, PORT_D); /* DDI TC1 */ in intel_setup_outputs()
[all …]
H A Dintel_hdmi.c3036 case PORT_D: in chv_port_to_ddc_pin()
3078 case PORT_D: in cnp_port_to_ddc_pin()
3158 case PORT_D: in g4x_port_to_ddc_pin()
3411 if (port == PORT_D) in intel_hdmi_init()
H A Dintel_dp.c273 if (port == PORT_A || port == PORT_D) in cnl_max_source_rate()
7149 case PORT_D: in intel_dp_init_panel_power_sequencer_registers()
7978 if (port == PORT_D) in intel_dp_init()
H A Dintel_hdcp.c279 case PORT_D: in intel_hdcp_get_repeater_ctl()