Searched refs:DP_PORT_EN (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c170 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN;
281 ret = val & DP_PORT_EN;
419 DP_PORT_EN) == 0))
435 intel_dp->DP &= ~DP_PORT_EN;
454 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) |
459 intel_dp->DP &= ~DP_PORT_EN;
665 intel_dp->DP |= DP_PORT_EN;
681 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN))
H A Dintel_pps.c98 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN,
149 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN);
152 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN);
H A Dintel_pch_display.c138 if (val & DP_PORT_EN ||
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c1085 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN));
1189 if (!(dp_reg & DP_PORT_EN)) {
1475 DP |= DP_PORT_EN;
1646 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)
1660 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
H A Dpsb_intel_reg.h1333 #define DP_PORT_EN (1 << 31) macro
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h1635 #define DP_PORT_EN (1 << 31) macro

Completed in 351 milliseconds