Searched refs:DP_PORT_EN (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| A D | g4x_dp.c | 188 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port() 299 ret = val & DP_PORT_EN; in g4x_dp_port_enabled() 432 DP_PORT_EN) == 0)) in intel_dp_link_down() 448 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down() 467 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down() 472 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down() 648 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port() 668 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
|
| A D | intel_pps.c | 58 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick() 109 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick() 112 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
|
| A D | intel_display.c | 11805 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | cdv_intel_dp.c | 1090 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set() 1194 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms() 1480 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train() 1651 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down() 1665 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
|
| A D | psb_intel_reg.h | 1333 #define DP_PORT_EN (1 << 31) macro
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_reg.h | 5902 #define DP_PORT_EN (1 << 31) macro
|
Completed in 102 milliseconds