Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c2197 trans_dp = I915_READ(TRANS_DP_CTL(i)); in intel_dp_get_hw_state()
2237 tmp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_get_config()
Dintel_display.c1446 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe); in dp_pipe_enabled()
4039 reg = TRANS_DP_CTL(pipe); in ironlake_pch_enable()
4774 reg = TRANS_DP_CTL(pipe); in ironlake_crtc_disable()
Di915_reg.h5988 #define TRANS_DP_CTL(pipe) _PIPE(pipe, TRANS_DP_CTL_A, TRANS_DP_CTL_B) macro