Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c1088 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set()
1192 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms()
1509 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()
1684 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()
1698 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
Dpsb_intel_reg.h1387 #define DP_PORT_EN (1 << 31) macro
/drivers/gpu/drm/i915/
Dintel_dp_link_training.c158 intel_dp->DP |= DP_PORT_EN; in intel_dp_link_training_clock_recovery()
Dintel_dp.c489 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()
537 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()
540 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
2443 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()
2576 if (!(tmp & DP_PORT_EN)) in intel_dp_get_hw_state()
2860 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()
2879 if (WARN_ON(dp_reg & DP_PORT_EN)) in intel_enable_dp()
3606 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)) in intel_dp_link_down()
3625 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()
3644 DP |= DP_PORT_EN | DP_LINK_TRAIN_PAT_1; in intel_dp_link_down()
[all …]
Dintel_display.c1284 if ((val & DP_PORT_EN) == 0) in dp_pipe_enabled()
1360 I915_STATE_WARN(HAS_PCH_IBX(dev_priv) && (val & DP_PORT_EN) == 0 in assert_pch_dp_disabled()
Di915_reg.h5101 #define DP_PORT_EN (1 << 31) macro