Home
last modified time | relevance | path

Searched refs:DP_PIPE_SEL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp.c551 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()
Di915_reg.h5325 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro