Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dg4x_dp.c175 bool cur_state = intel_de_read(display, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()
285 ret = val & DP_PORT_EN; in g4x_dp_port_enabled()
422 DP_PORT_EN) == 0)) in intel_dp_link_down()
438 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()
457 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
462 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()
658 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()
674 if (drm_WARN_ON(display->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
A Dintel_pps.c105 intel_de_read(display, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()
156 intel_de_write(display, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()
159 intel_de_write(display, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
A Dintel_pch_display.c142 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
A Dintel_display_regs.h635 #define DP_PORT_EN REG_BIT(31) macro
/drivers/gpu/drm/gma500/
A Dcdv_intel_dp.c1084 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set()
1188 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms()
1474 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()
1645 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()
1659 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
A Dpsb_intel_reg.h1333 #define DP_PORT_EN (1 << 31) macro

Completed in 39 milliseconds