Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Di9xx_plane.c363 dspcntr |= DISP_PIPE_SEL(crtc->pipe); in i9xx_plane_ctl_crtc()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h4240 #define DISP_PIPE_SEL(pipe) REG_FIELD_PREP(DISP_PIPE_SEL_MASK, (pipe)) macro