Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c351 DP |= DP_PIPE_SELECT_CHV(pipe); in vlv_power_sequencer_kick()
1584 intel_dp->DP |= DP_PIPE_SELECT_CHV(crtc->pipe); in intel_dp_prepare()
Di915_reg.h3731 #define DP_PIPE_SELECT_CHV(pipe) ((pipe) << 16) macro
Dintel_display.c1451 if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe)) in dp_pipe_enabled()