/Linux-v4.19/samples/bpf/ |
D | test_map_in_map_user.c | 19 #define PORT_A (map_fd[0]) macro 53 ret = bpf_map_update_elem(PORT_A, &port_key, &magic_result, BPF_ANY); in populate_map() 60 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY); in populate_map() 62 check_map_id(PORT_A, A_OF_PORT_A, port_key); in populate_map() 64 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST); in populate_map() 66 check_map_id(PORT_A, H_OF_PORT_A, port_key); in populate_map()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | vlv_dsi.c | 378 tmp = I915_READ(MIPI_CTRL(PORT_A)); in glk_dsi_enable_io() 380 I915_WRITE(MIPI_CTRL(PORT_A), tmp); in glk_dsi_enable_io() 425 val = I915_READ(MIPI_CTRL(PORT_A)); in glk_dsi_device_ready() 426 I915_WRITE(MIPI_CTRL(PORT_A), val | GLK_MIPIIO_RESET_RELEASED); in glk_dsi_device_ready() 537 val = I915_READ(MIPI_PORT_CTRL(PORT_A)); in vlv_dsi_device_ready() 538 I915_WRITE(MIPI_PORT_CTRL(PORT_A), val | LP_OUTPUT_HOLD); in vlv_dsi_device_ready() 601 tmp = I915_READ(MIPI_CTRL(PORT_A)); in glk_dsi_disable_mipi_io() 603 I915_WRITE(MIPI_CTRL(PORT_A), tmp); in glk_dsi_disable_mipi_io() 637 BXT_MIPI_PORT_CTRL(port) : MIPI_PORT_CTRL(PORT_A); in vlv_dsi_clear_device_ready() 656 if ((IS_GEN9_LP(dev_priv) || port == PORT_A) && in vlv_dsi_clear_device_ready() [all …]
|
D | intel_bios.c | 772 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A); in parse_dsi_backlight_ports() 779 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(PORT_C); in parse_dsi_backlight_ports() 788 dev_priv->vbt.dsi.cabc_ports = BIT(PORT_A); in parse_dsi_backlight_ports() 796 BIT(PORT_A) | BIT(PORT_C); in parse_dsi_backlight_ports() 1346 if (port == PORT_A && is_dvi) { in parse_ddi_port() 1369 if (is_dvi && (port == PORT_A || port == PORT_E)) in parse_ddi_port() 1475 for (port = PORT_A; port < I915_MAX_PORTS; port++) in parse_ddi_ports() 1611 for (port = PORT_A; port < I915_MAX_PORTS; port++) { in init_vbt_defaults() 1625 for (port = PORT_A; port < I915_MAX_PORTS; port++) { in init_vbt_missing_defaults() 1629 info->supports_dvi = (port != PORT_A && port != PORT_E); in init_vbt_missing_defaults() [all …]
|
D | intel_display.h | 117 PORT_A = 0, enumerator 136 case PORT_A: in port_identifier() 276 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++) \
|
D | intel_ddi.c | 695 if (port == PORT_A || port == PORT_E) in skl_buf_trans_num_entries() 919 if (port == PORT_A || port == PORT_B) in intel_ddi_hdmi_level() 1463 if (port == PORT_A || port == PORT_B) { in icl_ddi_clock_get() 1885 if (port == PORT_A) in intel_ddi_connector_get_hw_state() 1945 if (port == PORT_A) { in intel_ddi_get_hw_state() 2123 if (port == PORT_A && intel_dig_port->max_lanes == 4) in skl_ddi_set_iboost() 2161 if (port == PORT_A || port == PORT_B) in intel_ddi_dp_voltage_max() 2476 if (port == PORT_A || port == PORT_B) in icl_ddi_vswing_sequence() 2562 if (port == PORT_A || port == PORT_B) { in icl_map_plls_to_ports() 2681 WARN_ON(is_mst && (port == PORT_A || port == PORT_E)); in intel_ddi_pre_enable_dp() [all …]
|
D | intel_dp.c | 253 if (port == PORT_A || port == PORT_D) in cnl_max_source_rate() 1840 if (HAS_PCH_SPLIT(dev_priv) && !HAS_DDI(dev_priv) && port != PORT_A) in intel_dp_compute_config() 1844 if (IS_G4X(dev_priv) || port == PORT_A) in intel_dp_compute_config() 1976 if (IS_IVYBRIDGE(dev_priv) && port == PORT_A) { in intel_dp_prepare() 1987 } else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) { in intel_dp_prepare() 2670 if (IS_IVYBRIDGE(dev_priv) && port == PORT_A) in intel_dp_port_enabled() 2672 else if (HAS_PCH_CPT(dev_priv) && port != PORT_A) in intel_dp_port_enabled() 2717 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A; in intel_dp_get_config() 2719 if (HAS_PCH_CPT(dev_priv) && port != PORT_A) { in intel_dp_get_config() 2753 if (port == PORT_A) { in intel_dp_get_config() [all …]
|
D | icl_dsi.c | 71 intel_display_power_get(dev_priv, port == PORT_A ? in gen11_dsi_enable_io_power()
|
D | intel_audio.c | 496 if (WARN_ON(port == PORT_A)) in ilk_audio_codec_disable() 545 if (WARN_ON(port == PORT_A)) in ilk_audio_codec_enable()
|
D | intel_dpio_phy.c | 173 [DPIO_CH0] = { .port = PORT_A }, 196 [DPIO_CH0] = { .port = PORT_A },
|
D | vlv_dsi_pll.c | 131 if (intel_dsi->ports & (1 << PORT_A)) in vlv_dsi_pll_compute()
|
D | intel_hotplug.c | 93 case PORT_A: in intel_hpd_pin_default()
|
D | intel_dvo.c | 396 return PORT_A; in intel_dvo_port()
|
D | intel_dsi_vbt.c | 108 return port ? PORT_C : PORT_A; in intel_dsi_seq_port_to_port()
|
D | intel_hdcp.c | 153 case PORT_A: in intel_hdcp_get_repeater_ctl()
|
D | intel_runtime_pm.c | 3261 cnl_set_procmon_ref_values(dev_priv, PORT_A); in cnl_display_core_init() 3340 for (port = PORT_A; port <= PORT_B; port++) { in icl_display_core_init() 3409 for (port = PORT_A; port <= PORT_B; port++) { in icl_display_core_uninit()
|
D | intel_psr.c | 486 if (dig_port->base.port != PORT_A) { in intel_psr_compute_config()
|
D | intel_display.c | 1222 intel_dp_port_enabled(dev_priv, DP_A, PORT_A, &panel_pipe); in assert_panel_unlocked() 5901 case PORT_A: in intel_port_to_power_domain() 7961 if (encoder->port == PORT_A) in ironlake_init_pch_refclk() 9237 case PORT_A: in icelake_get_ddi_pll() 9273 case PORT_A: in bxt_get_ddi_pll() 9405 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state() 9406 if (port == PORT_A) in bxt_get_dsi_transcoder_state() 14084 if (HAS_DDI(dev_priv) && I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES) in intel_crt_present() 14147 intel_ddi_init(dev_priv, PORT_A); in intel_setup_outputs() 14159 intel_ddi_init(dev_priv, PORT_A); in intel_setup_outputs() [all …]
|
D | intel_hdmi.c | 2230 case PORT_A: in icl_port_to_ddc_pin() 2368 if (WARN_ON(port == PORT_A)) in intel_hdmi_init_connector()
|
D | intel_dpll_mgr.c | 2857 case PORT_A: in icl_get_dpll()
|
D | i915_irq.c | 3931 intel_bios_is_port_hpd_inverted(dev_priv, PORT_A)) in __bxt_hpd_detection_setup()
|
D | i915_reg.h | 9704 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | display.c | 179 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change() 281 if (intel_vgpu_has_monitor_on_port(vgpu, PORT_A)) { in emulate_monitor_status_change() 288 vgpu_vreg_t(vgpu, DDI_BUF_CTL(PORT_A)) |= DDI_INIT_DISPLAY_DETECTED; in emulate_monitor_status_change()
|
D | mmio.c | 259 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) &= in intel_vgpu_reset_mmio() 261 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) |= in intel_vgpu_reset_mmio()
|
D | handlers.c | 871 (((port) >= PORT_A) && ((port) < I915_MAX_PORTS)) 2347 MMIO_D(PORT_CLK_SEL(PORT_A), D_ALL); in init_generic_mmio_info() 2388 MMIO_DH(DDI_BUF_CTL(PORT_A), D_ALL, NULL, ddi_buf_ctl_mmio_write); in init_generic_mmio_info() 2394 MMIO_DH(DP_TP_CTL(PORT_A), D_ALL, NULL, dp_tp_ctl_mmio_write); in init_generic_mmio_info() 2400 MMIO_DH(DP_TP_STATUS(PORT_A), D_ALL, NULL, dp_tp_status_mmio_write); in init_generic_mmio_info() 3093 MMIO_D(BXT_PHY_CTL(PORT_A), D_BXT); in init_bxt_mmio_info() 3096 MMIO_DH(BXT_PORT_PLL_ENABLE(PORT_A), D_BXT, in init_bxt_mmio_info()
|