| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | display.c | 221 for (port = PORT_A; port <= PORT_C; port++) { in emulate_monitor_status_change() 341 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 348 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in emulate_monitor_status_change() 350 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in emulate_monitor_status_change() 353 vgpu_vreg_t(vgpu, BXT_PORT_PLL_ENABLE(PORT_C)) |= in emulate_monitor_status_change() 357 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) |= in emulate_monitor_status_change() 359 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_C)) &= in emulate_monitor_status_change() 444 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_C)) { in emulate_monitor_status_change() 446 ~DPLL_CTRL2_DDI_CLK_OFF(PORT_C); in emulate_monitor_status_change() 448 DPLL_CTRL2_DDI_CLK_SEL(DPLL_ID_SKL_DPLL0, PORT_C); in emulate_monitor_status_change() [all …]
|
| H A D | handlers.c | 574 case PORT_C: in bxt_vgpu_get_dp_bitrate() 2378 MMIO_DH(DDI_BUF_CTL(PORT_C), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info() 2384 MMIO_DH(DP_TP_CTL(PORT_C), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info() 2390 MMIO_DH(DP_TP_STATUS(PORT_C), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info() 2795 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_C), D_BXT, NULL, in init_bxt_mmio_info()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_device.c | 263 .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C), /* DVO A/B/C */ 272 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 282 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 292 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* DVO B/C */ 307 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) /* SDVO B/C */ 403 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */ 415 .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C), /* SDVO B/C */ 426 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D… 438 ….__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D… 453 ….__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) /* DP A, SDV… [all …]
|
| H A D | intel_dvo.c | 64 .port = PORT_C, 71 .port = PORT_C, 78 .port = PORT_C, 92 .port = PORT_C, 99 .port = PORT_C,
|
| H A D | intel_display_limits.h | 97 PORT_C, enumerator
|
| H A D | vlv_dsi.c | 309 if (intel_dsi->ports == BIT(PORT_C)) in intel_dsi_compute_config() 643 if (intel_dsi->ports == (BIT(PORT_A) | BIT(PORT_C))) { in intel_dsi_port_enable() 970 port == PORT_C) in intel_dsi_get_hw_state() 1432 MIPI_INIT_COUNT(display, port == PORT_A ? PORT_C : PORT_A), in intel_dsi_prepare() 1972 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_C); in vlv_dsi_init()
|
| H A D | intel_dsi_vbt.c | 94 if (intel_dsi->ports & BIT(PORT_C)) in intel_dsi_seq_port_to_port() 95 return PORT_C; in intel_dsi_seq_port_to_port()
|
| H A D | intel_bios.c | 1650 enum port port_bc = DISPLAY_VER(display) >= 11 ? PORT_B : PORT_C; in parse_dsi_backlight_ports() 2346 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port() 2361 [PORT_C] = { -1 }, in dvo_port_to_port() 2372 [PORT_C] = { -1 }, in dvo_port_to_port() 2381 [PORT_C] = { DVO_PORT_HDMIC, DVO_PORT_DPC, -1 }, in dvo_port_to_port() 2422 return PORT_C; in dsi_dvo_port_to_port()
|
| H A D | intel_display.c | 1881 return TC_PORT_1 + port - PORT_C; in intel_port_to_tc() 3901 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state() 7878 g4x_hdmi_init(display, PCH_HDMIC, PORT_C); in intel_setup_outputs() 7884 g4x_dp_init(display, PCH_DP_C, PORT_C); in intel_setup_outputs() 7916 has_edp = intel_dp_is_port_edp(display, PORT_C); in intel_setup_outputs() 7917 has_port = intel_bios_is_port_present(display, PORT_C); in intel_setup_outputs() 7919 has_edp &= g4x_dp_init(display, VLV_DP_C, PORT_C); in intel_setup_outputs() 7921 g4x_hdmi_init(display, VLV_HDMIC, PORT_C); in intel_setup_outputs() 7964 found = intel_sdvo_init(display, GEN3_SDVOC, PORT_C); in intel_setup_outputs() 7972 g4x_hdmi_init(display, GEN4_HDMIC, PORT_C); in intel_setup_outputs() [all …]
|
| H A D | intel_hdcp.c | 467 case PORT_C: in intel_hdcp_get_repeater_ctl()
|
| H A D | intel_sdvo.c | 3370 return port == PORT_B || port == PORT_C; in is_sdvo_port_valid()
|
| H A D | intel_dp.c | 6943 port != PORT_B && port != PORT_C)) in intel_dp_init_connector()
|