Searched refs:DP_PORT_EN (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
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() 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()
|
D | psb_intel_reg.h | 1375 #define DP_PORT_EN (1 << 31) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_dp_link_training.c | 211 intel_dp->DP |= DP_PORT_EN; in intel_dp_link_training_clock_recovery()
|
D | intel_dp.c | 803 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 …]
|
D | intel_display.c | 18714 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_reg.h | 5699 #define DP_PORT_EN (1 << 31) macro
|