HomeSort by: relevance | last modified time | path
    Searched defs:aux_ch (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.h 129 * GMBUS and AUX_CH sequences cannot interleave.
140 struct intel_vgpu_i2c_aux_ch aux_ch; member in struct:intel_vgpu_i2c_edid
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h 291 enum aux_ch { enum
intel_bios.c 1492 static enum port get_port_by_aux_ch(struct drm_i915_private *i915, u8 aux_ch)
1500 if (info->child && aux_ch == info->alternate_aux_channel)
2556 enum aux_ch intel_bios_port_aux_ch(struct drm_i915_private *dev_priv,
2561 enum aux_ch aux_ch; local in function:intel_bios_port_aux_ch
2564 aux_ch = (enum aux_ch)port;
2567 aux_ch_name(aux_ch), port_name(port));
2568 return aux_ch;
2573 aux_ch = AUX_CH_A
    [all...]
intel_display_power.c 478 static enum aux_ch icl_tc_phy_aux_ch(struct drm_i915_private *dev_priv,
505 enum aux_ch aux_ch = icl_tc_phy_aux_ch(dev_priv, power_well); local in function:icl_tc_port_assert_ref_held
514 aux_ch = icl_tc_phy_aux_ch(dev_priv, power_well);
530 if (dig_port->aux_ch != aux_ch) {
559 enum aux_ch aux_ch = icl_tc_phy_aux_ch(dev_priv, power_well); local in function:icl_tc_phy_aux_power_well_enable
564 val = I915_READ(DP_AUX_CH_CTL(aux_ch));
568 I915_WRITE(DP_AUX_CH_CTL(aux_ch), val)
    [all...]
intel_display_types.h 1351 enum aux_ch aux_ch; member in struct:intel_digital_port
intel_dp.c 1254 if (dig_port->aux_ch == AUX_CH_A)
1265 if (dig_port->aux_ch != AUX_CH_A && HAS_PCH_LPT_H(dev_priv)) {
1620 enum aux_ch aux_ch = dig_port->aux_ch; local in function:g4x_aux_ctl_reg
1622 switch (aux_ch) {
1626 return DP_AUX_CH_CTL(aux_ch);
1628 MISSING_CASE(aux_ch);
1637 enum aux_ch aux_ch = dig_port->aux_ch local in function:g4x_aux_data_reg
1654 enum aux_ch aux_ch = dig_port->aux_ch; local in function:ilk_aux_ctl_reg
1673 enum aux_ch aux_ch = dig_port->aux_ch; local in function:ilk_aux_data_reg
1692 enum aux_ch aux_ch = dig_port->aux_ch; local in function:skl_aux_ctl_reg
1713 enum aux_ch aux_ch = dig_port->aux_ch; local in function:skl_aux_data_reg
    [all...]

Completed in 18 milliseconds