Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dg4x_dp.c172 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()
283 ret = val & DP_PORT_EN; in g4x_dp_port_enabled()
413 DP_PORT_EN) == 0)) in intel_dp_link_down()
429 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()
448 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
453 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()
627 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()
645 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
Dintel_pps.c60 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()
111 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()
114 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
Dintel_pch_display.c132 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
/Linux-v6.1/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c1085 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set()
1189 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms()
1475 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()
1646 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()
1660 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
Dpsb_intel_reg.h1333 #define DP_PORT_EN (1 << 31) macro
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h3369 #define DP_PORT_EN (1 << 31) macro