Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c1090 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()
1482 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()
1654 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()
1668 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
Dpsb_intel_reg.h1375 #define DP_PORT_EN (1 << 31) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dp_link_training.c211 intel_dp->DP |= DP_PORT_EN; in intel_dp_link_training_clock_recovery()
Dintel_dp.c803 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()
855 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()
858 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
3393 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()
3577 ret = val & DP_PORT_EN; in intel_dp_port_enabled()
3857 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()
3915 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
4540 DP_PORT_EN) == 0)) in intel_dp_link_down()
4556 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()
4575 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
[all …]
Dintel_display.c18714 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h5699 #define DP_PORT_EN (1 << 31) macro