HomeSort by: relevance | last modified time | path
    Searched refs:DP_PORT_EN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 171 intel_dp->DP |= DP_PORT_EN;
intel_dp.c 768 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN,
818 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN);
821 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
3089 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN;
3269 ret = val & DP_PORT_EN;
3565 intel_dp->DP |= DP_PORT_EN;
3584 if (WARN_ON(dp_reg & DP_PORT_EN))
4238 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0))
4254 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE);
4273 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A)
    [all...]
intel_display.c 18345 if (val & DP_PORT_EN ||
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 5562 #define DP_PORT_EN (1 << 31)

Completed in 120 milliseconds