Searched refs:DP_PORT_EN (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | g4x_dp.c | 172 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()
|
D | intel_pps.c | 60 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()
|
D | intel_pch_display.c | 132 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 1085 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()
|
D | psb_intel_reg.h | 1333 #define DP_PORT_EN (1 << 31) macro
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_reg.h | 3369 #define DP_PORT_EN (1 << 31) macro
|