HomeSort by: relevance | last modified time | path
    Searched refs:aux_ch (Results 1 - 12 of 12) 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
edid.c 517 i2c_edid->aux_ch.i2c_over_aux_ch = true;
518 i2c_edid->aux_ch.aux_ch_mot = true;
579 edid->aux_ch.i2c_over_aux_ch = false;
580 edid->aux_ch.aux_ch_mot = false;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
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_bios.h 248 enum aux_ch intel_bios_port_aux_ch(struct drm_i915_private *dev_priv, enum port 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...]
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_display.h 291 enum aux_ch { enum
intel_ddi.c 2213 return dig_port->aux_ch == AUX_CH_A ? POWER_DOMAIN_AUX_IO_A :
4813 intel_dig_port->aux_ch = intel_bios_port_aux_ch(dev_priv, port);
intel_display.c 7209 switch (dig_port->aux_ch) {
7221 MISSING_CASE(dig_port->aux_ch);
7226 switch (dig_port->aux_ch) {
7242 MISSING_CASE(dig_port->aux_ch);
intel_hdmi.c 3322 intel_dig_port->aux_ch = intel_bios_port_aux_ch(dev_priv, port);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 5656 #define DP_AUX_CH_CTL(aux_ch) _MMIO_PORT(aux_ch, _DPA_AUX_CH_CTL, _DPB_AUX_CH_CTL)
5657 #define DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT(aux_ch, _DPA_AUX_CH_DATA1, _DPB_AUX_CH_DATA1) + (i) * 4) /* 5 registers */
8679 #define PCH_DP_AUX_CH_CTL(aux_ch) _MMIO_PORT((aux_ch) - AUX_CH_B, _PCH_DPB_AUX_CH_CTL, _PCH_DPC_AUX_CH_CTL)
8680 #define PCH_DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT((aux_ch) - AUX_CH_B, _PCH_DPB_AUX_CH_DATA1, _PCH_DPC_AUX_CH_DATA1) + (i) * 4) /* 5 registers */

Completed in 61 milliseconds