Home
last modified time | relevance | path

Searched refs:DP_PORT_EN (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/display/
H A Dg4x_dp.c170 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()
281 ret = val & DP_PORT_EN; in g4x_dp_port_enabled()
419 DP_PORT_EN) == 0)) in intel_dp_link_down()
435 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()
454 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
459 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()
633 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()
651 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
H A Dintel_pps.c98 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()
149 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()
152 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
H A Dintel_pch_display.c137 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h2399 #define DP_PORT_EN (1 << 31) macro