Searched refs:DP_PIPE_SEL (Results 1 – 2 of 2) sorted by relevance
551 DP |= DP_PIPE_SEL(pipe); in vlv_power_sequencer_kick()2014 intel_dp->DP |= DP_PIPE_SEL(crtc->pipe); in intel_dp_prepare()3672 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
5325 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro