/Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
D | display.c | 189 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 237 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 244 (PORT_C << TRANS_DDI_PORT_SHIFT) | in emulate_monitor_status_change() 247 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change() 249 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) |= in emulate_monitor_status_change() 252 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) |= DDI_BUF_CTL_ENABLE; in emulate_monitor_status_change() 253 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= ~DDI_BUF_IS_IDLE; in emulate_monitor_status_change()
|
D | edid.c | 88 port = PORT_C; in cnp_get_port_from_gmbus0() 104 port = PORT_C; in bxt_get_port_from_gmbus0() 118 port = PORT_C; in get_port_from_gmbus0()
|
D | mmio.c | 269 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in intel_vgpu_reset_mmio() 271 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in intel_vgpu_reset_mmio()
|
D | handlers.c | 2408 MMIO_D(PORT_CLK_SEL(PORT_C), D_ALL); in init_generic_mmio_info() 2449 MMIO_DH(DDI_BUF_CTL(PORT_C), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info() 2455 MMIO_DH(DP_TP_CTL(PORT_C), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info() 2461 MMIO_DH(DP_TP_STATUS(PORT_C), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info() 3150 MMIO_D(BXT_PHY_CTL(PORT_C), D_BXT); in init_bxt_mmio_info() 3155 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|
/Linux-v5.4/include/drm/ |
D | i915_drm.h | 108 PORT_C, enumerator
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_bios.c | 810 dev_priv->vbt.dsi.bl_ports = BIT(PORT_C); in parse_dsi_backlight_ports() 814 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(PORT_C); in parse_dsi_backlight_ports() 826 dev_priv->vbt.dsi.cabc_ports = BIT(PORT_C); in parse_dsi_backlight_ports() 831 BIT(PORT_A) | BIT(PORT_C); in parse_dsi_backlight_ports() 1398 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1}, in dvo_port_to_port() 1481 if (is_edp && (port == PORT_B || port == PORT_C || port == PORT_E)) in parse_ddi_port() 2027 [PORT_C] = { DVO_PORT_DPC, DVO_PORT_HDMIC, }, in intel_bios_is_port_present() 2075 [PORT_C] = DVO_PORT_DPC, in intel_bios_is_port_edp() 2111 [PORT_C] = { DVO_PORT_DPC, DVO_PORT_HDMIC, }, in child_dev_is_dp_dual_mode()
|
D | intel_dsi_vbt.c | 118 return port ? PORT_C : PORT_A; in intel_dsi_seq_port_to_port() 145 if (intel_dsi->ports == (1 << PORT_C)) in mipi_exec_send_packet() 146 port = PORT_C; in mipi_exec_send_packet()
|
D | vlv_dsi.c | 300 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config() 660 if (intel_dsi->ports == (BIT(PORT_A) | BIT(PORT_C))) { in intel_dsi_port_enable() 991 port == PORT_C) in intel_dsi_get_hw_state() 1449 PORT_A ? PORT_C : PORT_A), in intel_dsi_prepare() 1880 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_C); in vlv_dsi_init()
|
D | intel_display_types.h | 1304 case PORT_C: in vlv_dport_to_channel() 1316 case PORT_C: in vlv_dport_to_phy()
|
D | intel_dpio_phy.c | 168 [DPIO_CH1] = { .port = PORT_C }, 210 [DPIO_CH0] = { .port = PORT_C },
|
D | vlv_dsi_pll.c | 136 if (intel_dsi->ports & (1 << PORT_C)) in vlv_dsi_pll_compute()
|
D | intel_dvo.c | 406 return PORT_C; in intel_dvo_port()
|
D | intel_pipe_crc.c | 106 case PORT_C: in i9xx_pipe_crc_auto_source()
|
D | intel_hotplug.c | 97 case PORT_C: in intel_hpd_pin_default()
|
D | intel_display.c | 1209 intel_dp_port_enabled(dev_priv, PCH_DP_C, PORT_C, &panel_pipe); in assert_panel_unlocked() 1356 assert_pch_dp_disabled(dev_priv, pipe, PORT_C, PCH_DP_C); in assert_pch_ports_disabled() 1371 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_C, PCH_HDMIC); in assert_pch_ports_disabled() 1600 case PORT_C: in vlv_wait_port_ready() 6722 return port - PORT_C; in intel_port_to_tc() 6732 case PORT_C: in intel_port_to_power_domain() 10137 case PORT_C: in bxt_get_ddi_pll() 10309 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state() 15333 intel_ddi_init(dev_priv, PORT_C); in intel_setup_outputs() 15339 intel_ddi_init(dev_priv, PORT_C); in intel_setup_outputs() [all …]
|
D | intel_hdmi.c | 2877 case PORT_C: in chv_port_to_ddc_pin() 2899 case PORT_C: in bxt_port_to_ddc_pin() 2919 case PORT_C: in cnp_port_to_ddc_pin() 2981 case PORT_C: in g4x_port_to_ddc_pin()
|
D | intel_display.h | 196 case PORT_C: in port_identifier()
|
D | intel_ddi.c | 2932 else if (IS_ELKHARTLAKE(dev_priv) && port >= PORT_C) in intel_ddi_clk_select() 2979 (IS_ELKHARTLAKE(dev_priv) && port >= PORT_C)) in intel_ddi_clk_disable() 3492 [PORT_C] = CHICKEN_TRANS_B, in gen9_chicken_trans_reg_by_port() 4363 case PORT_C: in intel_ddi_init()
|
D | intel_hdcp.c | 264 case PORT_C: in intel_hdcp_get_repeater_ctl()
|
D | intel_dp.c | 6582 case PORT_C: in intel_dp_init_panel_power_sequencer_registers() 7192 port != PORT_B && port != PORT_C)) in intel_dp_init_connector() 7222 (port == PORT_B || port == PORT_C || in intel_dp_init_connector()
|
D | intel_sdvo.c | 3235 WARN_ON(port != PORT_B && port != PORT_C); in assert_sdvo_port_valid()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_irq.c | 3618 intel_bios_is_port_hpd_inverted(dev_priv, PORT_C)) in __bxt_hpd_detection_setup()
|
D | i915_reg.h | 1966 _MMIO(_PORT((port) - PORT_C, ln0p1, ln0p2) + (ln) * ((ln1p1) - (ln0p1)))
|