/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine_types.h | 212 * @port_mask: number of execlist ports - 1 214 unsigned int port_mask; member in struct:intel_engine_execlists
|
intel_engine_types.h | 212 * @port_mask: number of execlist ports - 1 214 unsigned int port_mask; member in struct:intel_engine_execlists
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_mst_topology.c | 2892 int i, len __unused, ret, port_mask = 0; local in function:drm_dp_send_link_address 2924 port_mask |= BIT(reply->ports[i].port_number); 2940 if (port_mask & BIT(port->port_num))
|
drm_dp_mst_topology.c | 2892 int i, len __unused, ret, port_mask = 0; local in function:drm_dp_send_link_address 2924 port_mask |= BIT(reply->ports[i].port_number); 2940 if (port_mask & BIT(port->port_num))
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_ddi.c | 2120 unsigned int port_mask, ddi_select; local in function:intel_ddi_get_encoder_pipes 2129 port_mask = TGL_TRANS_DDI_PORT_MASK; 2132 port_mask = TRANS_DDI_PORT_MASK; 2140 if ((tmp & port_mask) != ddi_select) 3015 u32 port_mask, bool ddi_clk_needed) 3021 for_each_port_masked(port, port_mask) { 3046 u32 port_mask; local in function:icl_sanitize_encoder_pll_mapping 3069 port_mask = BIT(encoder->port); 3075 port_mask = intel_dsi_encoder_ports(encoder); 3084 if (WARN_ON(port_mask & BIT(other_encoder->port)) [all...] |
intel_ddi.c | 2120 unsigned int port_mask, ddi_select; local in function:intel_ddi_get_encoder_pipes 2129 port_mask = TGL_TRANS_DDI_PORT_MASK; 2132 port_mask = TRANS_DDI_PORT_MASK; 2140 if ((tmp & port_mask) != ddi_select) 3015 u32 port_mask, bool ddi_clk_needed) 3021 for_each_port_masked(port, port_mask) { 3046 u32 port_mask; local in function:icl_sanitize_encoder_pll_mapping 3069 port_mask = BIT(encoder->port); 3075 port_mask = intel_dsi_encoder_ports(encoder); 3084 if (WARN_ON(port_mask & BIT(other_encoder->port)) [all...] |
intel_display.c | 1615 u32 port_mask; local in function:vlv_wait_port_ready 1620 port_mask = DPLL_PORTB_READY_MASK; 1624 port_mask = DPLL_PORTC_READY_MASK; 1629 port_mask = DPLL_PORTD_READY_MASK; 1637 port_mask, expected_mask, 1000)) 1640 I915_READ(dpll_reg) & port_mask, expected_mask); 12974 unsigned int port_mask; local in function:check_digital_port_conflicts 12982 port_mask = 1 << encoder->port; 12985 if (used_ports & port_mask) 12988 used_ports |= port_mask; [all...] |
intel_display.c | 1615 u32 port_mask; local in function:vlv_wait_port_ready 1620 port_mask = DPLL_PORTB_READY_MASK; 1624 port_mask = DPLL_PORTC_READY_MASK; 1629 port_mask = DPLL_PORTD_READY_MASK; 1637 port_mask, expected_mask, 1000)) 1640 I915_READ(dpll_reg) & port_mask, expected_mask); 12974 unsigned int port_mask; local in function:check_digital_port_conflicts 12982 port_mask = 1 << encoder->port; 12985 if (used_ports & port_mask) 12988 used_ports |= port_mask; [all...] |