Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c1328 trans_dp = I915_READ(TRANS_DP_CTL(i)); in intel_dp_get_hw_state()
1364 tmp = I915_READ(TRANS_DP_CTL(crtc->pipe)); in intel_dp_get_config()
H A Dintel_display.c1193 u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe); in dp_pipe_enabled()
2976 reg = TRANS_DP_CTL(pipe); in ironlake_pch_enable()
3433 reg = TRANS_DP_CTL(pipe); in ironlake_crtc_disable()
H A Di915_reg.h4487 #define TRANS_DP_CTL(pipe) _PIPE(pipe, TRANS_DP_CTL_A, TRANS_DP_CTL_B) macro