Home
last modified time | relevance | path

Searched refs:DISPPLANE_SEL_PIPE_MASK (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c1116 cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >> in assert_planes_disabled()
4933 dspcntr &= ~DISPPLANE_SEL_PIPE_MASK; in i9xx_crtc_mode_set()
9725 (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe)) in intel_check_plane_mapping()
H A Di915_reg.h3362 #define DISPPLANE_SEL_PIPE_MASK (3<<DISPPLANE_SEL_PIPE_SHIFT) macro