Home
last modified time | relevance | path

Searched refs:PORT_TO_PIPE (Results 1 – 8 of 8) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dvo.c138 *pipe = PORT_TO_PIPE(tmp); in intel_dvo_get_hw_state()
H A Dintel_crt.c85 *pipe = PORT_TO_PIPE(tmp); in intel_crt_get_hw_state()
H A Dintel_lvds.c84 *pipe = PORT_TO_PIPE(tmp); in intel_lvds_get_hw_state()
H A Dintel_tv.c854 *pipe = PORT_TO_PIPE(tmp); in intel_tv_get_hw_state()
H A Dintel_hdmi.c669 *pipe = PORT_TO_PIPE(tmp); in intel_hdmi_get_hw_state()
H A Dintel_sdvo.c1307 *pipe = PORT_TO_PIPE(tmp); in intel_sdvo_get_hw_state()
H A Dintel_dp.c1307 *pipe = PORT_TO_PIPE(tmp); in intel_dp_get_hw_state()
H A Di915_reg.h4481 #define PORT_TO_PIPE(val) (((val) & (1<<30)) >> 30) macro