Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Di9xx_plane.c365 dspcntr |= DISP_PIPE_SEL(crtc->pipe); in i9xx_plane_ctl_crtc()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h3124 #define DISP_PIPE_SEL(pipe) REG_FIELD_PREP(DISP_PIPE_SEL_MASK, (pipe)) macro