| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | display.c | 217 for (port = PORT_A; port <= PORT_C; port++) { in emulate_monitor_status_change() 344 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in emulate_monitor_status_change() 346 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in emulate_monitor_status_change() 349 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_C)) |= in emulate_monitor_status_change() 353 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) |= in emulate_monitor_status_change() 355 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= in emulate_monitor_status_change() 442 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_C); in emulate_monitor_status_change() 446 DPLL_CTRL2_DDI_SEL_OVERRIDE(PORT_C); in emulate_monitor_status_change() 453 (PORT_C << TRANS_DDI_PORT_SHIFT) | in emulate_monitor_status_change() 456 vgpu_vreg_t(vgpu, PORT_CLK_SEL(PORT_C)) &= in emulate_monitor_status_change() [all …]
|
| H A D | edid.c | 93 port = PORT_C; in cnp_get_port_from_gmbus0() 109 port = PORT_C; in bxt_get_port_from_gmbus0() 123 port = PORT_C; in get_port_from_gmbus0()
|
| H A D | mmio.c | 284 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in intel_vgpu_reset_mmio() 286 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in intel_vgpu_reset_mmio()
|
| H A D | handlers.c | 563 case PORT_C: in bxt_vgpu_get_dp_bitrate() 2366 MMIO_DH(DDI_BUF_CTL(PORT_C), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info() 2372 MMIO_DH(DP_TP_CTL(PORT_C), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info() 2378 MMIO_DH(DP_TP_STATUS(PORT_C), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info() 2783 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_device.c | 260 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C), /* DVO A/B/C */ 269 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 279 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 289 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 304 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) /* SDVO B/C */ 400 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */ 412 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */ 533 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* HDMI/DP B/C */ 654 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* HDMI/DP B/C/D */ 830 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) [all …]
|
| H A D | intel_dvo.c | 63 .port = PORT_C, 70 .port = PORT_C, 77 .port = PORT_C, 91 .port = PORT_C, 98 .port = PORT_C,
|
| H A D | intel_display_limits.h | 97 PORT_C, enumerator
|
| H A D | intel_pch_display.c | 87 assert_pch_dp_disabled(dev_priv, pipe, PORT_C, PCH_DP_C); in assert_pch_ports_disabled() 102 assert_pch_hdmi_disabled(dev_priv, pipe, PORT_C, PCH_HDMIC); in assert_pch_ports_disabled() 172 ibx_sanitize_pch_dp_port(dev_priv, PORT_C, PCH_DP_C); in ibx_sanitize_pch_ports() 177 ibx_sanitize_pch_hdmi_port(dev_priv, PORT_C, PCH_HDMIC); in ibx_sanitize_pch_ports()
|
| H A D | intel_dpio_phy.c | 175 [DPIO_CH1] = { .port = PORT_C }, 217 [DPIO_CH0] = { .port = PORT_C }, 668 case PORT_C: in vlv_dig_port_to_channel() 680 case PORT_C: in vlv_dig_port_to_phy() 1175 case PORT_C: in vlv_wait_port_ready()
|
| H A D | vlv_dsi.c | 307 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config() 644 if (intel_dsi->ports == (BIT(PORT_A) | BIT(PORT_C))) { in intel_dsi_port_enable() 975 port == PORT_C) in intel_dsi_get_hw_state() 1436 MIPI_INIT_COUNT(display, port == PORT_A ? PORT_C : PORT_A), in intel_dsi_prepare() 1978 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_C); in vlv_dsi_init()
|
| H A D | g4x_hdmi.c | 671 return port == PORT_B || port == PORT_C; in is_hdmi_port_valid() 673 return port == PORT_B || port == PORT_C || port == PORT_D; in is_hdmi_port_valid()
|
| H A D | intel_hdmi.c | 2712 case PORT_C: in chv_encoder_to_ddc_pin() 2735 case PORT_C: in bxt_encoder_to_ddc_pin() 2755 case PORT_C: in cnp_encoder_to_ddc_pin() 2814 WARN_ON(encoder->port == PORT_C); in rkl_encoder_to_ddc_pin() 2857 WARN_ON(encoder->port == PORT_B || encoder->port == PORT_C); in adls_encoder_to_ddc_pin() 2878 case PORT_C: in g4x_encoder_to_ddc_pin()
|
| H A D | intel_dsi_vbt.c | 95 if (intel_dsi->ports & BIT(PORT_C)) in intel_dsi_seq_port_to_port() 96 return PORT_C; in intel_dsi_seq_port_to_port()
|
| H A D | intel_bios.c | 1652 enum port port_bc = DISPLAY_VER(display) >= 11 ? PORT_B : PORT_C; in parse_dsi_backlight_ports() 2349 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port() 2364 [PORT_C] = { -1 }, in dvo_port_to_port() 2375 [PORT_C] = { -1 }, in dvo_port_to_port() 2384 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port() 2425 return PORT_C; in dsi_dvo_port_to_port()
|
| H A D | intel_pipe_crc.c | 109 case PORT_C: in i9xx_pipe_crc_auto_source()
|
| H A D | intel_display.c | 1894 return TC_PORT_1 + port - PORT_C; in intel_port_to_tc() 3843 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state() 7702 g4x_hdmi_init(display, PCH_HDMIC, PORT_C); in intel_setup_outputs() 7708 g4x_dp_init(display, PCH_DP_C, PORT_C); in intel_setup_outputs() 7740 has_edp = intel_dp_is_port_edp(display, PORT_C); in intel_setup_outputs() 7741 has_port = intel_bios_is_port_present(display, PORT_C); in intel_setup_outputs() 7743 has_edp &= g4x_dp_init(display, VLV_DP_C, PORT_C); in intel_setup_outputs() 7745 g4x_hdmi_init(display, VLV_HDMIC, PORT_C); in intel_setup_outputs() 7788 found = intel_sdvo_init(display, GEN3_SDVOC, PORT_C); in intel_setup_outputs() 7796 g4x_hdmi_init(display, GEN4_HDMIC, PORT_C); in intel_setup_outputs() [all …]
|
| H A D | vlv_dsi_pll.c | 194 if (intel_dsi->ports & (1 << PORT_C)) in vlv_dsi_pll_compute()
|
| H A D | intel_display_power.c | 2384 .port_start = PORT_C, 2401 .port_end = PORT_C, 2428 .port_end = PORT_C,
|
| H A D | intel_ddi.c | 1923 case PORT_C: in bxt_ddi_get_pll() 3385 [PORT_C] = TRANSCODER_B, in gen9_chicken_trans_reg_by_port() 4945 if (port >= PORT_C) in icl_hpd_pin() 4946 return HPD_PORT_TC1 + port - PORT_C; in icl_hpd_pin() 4976 return port >= PORT_C; in intel_ddi_is_tc() 5029 case PORT_C: in port_strap_detected() 5181 port >= PORT_C ? " (TC)" : "", in intel_ddi_init()
|
| H A D | intel_display.h | 122 case PORT_C: in port_identifier()
|
| H A D | intel_pps.c | 1647 case PORT_C: in pps_init_registers() 1864 g4x_dp_port_enabled(display, PCH_DP_C, PORT_C, &panel_pipe); in assert_pps_unlocked()
|
| H A D | intel_hdcp.c | 465 case PORT_C: in intel_hdcp_get_repeater_ctl()
|
| H A D | intel_sdvo.c | 3375 return port == PORT_B || port == PORT_C; in is_sdvo_port_valid()
|
| H A D | intel_dp.c | 6549 port != PORT_B && port != PORT_C)) in intel_dp_init_connector()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_gvt_mmio_table.c | 495 MMIO_D(PORT_CLK_SEL(PORT_C)); in iterate_generic_mmio() 526 MMIO_D(DDI_BUF_CTL(PORT_C)); in iterate_generic_mmio() 531 MMIO_D(DP_TP_CTL(PORT_C)); in iterate_generic_mmio() 536 MMIO_D(DP_TP_STATUS(PORT_C)); in iterate_generic_mmio() 1138 MMIO_D(BXT_PHY_CTL(PORT_C)); in iterate_bxt_mmio() 1141 MMIO_D(BXT_PORT_PLL_ENABLE(PORT_C)); in iterate_bxt_mmio()
|