Home
last modified time | relevance | path

Searched refs:DP_PIPE_SELECT_CHV (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c495 DP |= DP_PIPE_SELECT_CHV(pipe); in vlv_power_sequencer_kick()
1931 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe); in intel_dp_prepare()
H A Di915_reg.h5122 #define DP_PIPE_SELECT_CHV(pipe) ((pipe) << 16) macro
H A Dintel_display.c1292 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe)) in dp_pipe_enabled()