Home
last modified time | relevance | path

Searched refs:PORT_TO_PIPE_CPT (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_crt.c80 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_crt_get_hw_state()
Dintel_lvds.c84 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_lvds_get_hw_state()
Dintel_hdmi.c654 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_hdmi_get_hw_state()
Dintel_sdvo.c1260 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_sdvo_get_hw_state()
Dintel_dp.c1301 *pipe = PORT_TO_PIPE_CPT(tmp); in intel_dp_get_hw_state()
Di915_reg.h4203 #define PORT_TO_PIPE_CPT(val) (((val) & PORT_TRANS_SEL_MASK) >> 29) macro