Searched refs:_MMIO_PIPE2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_display_reg_defs.h | 43 #define _MMIO_PIPE2(pipe, reg) _MMIO(INTEL_INFO(dev_priv)->display.pipe_offsets[(pipe)] - \ macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 3618 #define PIPECONF(pipe) _MMIO_PIPE2(pipe, _PIPEACONF) 3619 #define PIPEDSL(pipe) _MMIO_PIPE2(pipe, _PIPEADSL) 3622 #define PIPESTAT(pipe) _MMIO_PIPE2(pipe, _PIPEASTAT) 3656 #define PIPEMISC(pipe) _MMIO_PIPE2(pipe, _PIPE_MISC_A) 4192 #define DSPCNTR(plane) _MMIO_PIPE2(plane, _DSPACNTR) 4193 #define DSPADDR(plane) _MMIO_PIPE2(plane, _DSPAADDR) 4194 #define DSPSTRIDE(plane) _MMIO_PIPE2(plane, _DSPASTRIDE) 4195 #define DSPPOS(plane) _MMIO_PIPE2(plane, _DSPAPOS) 4196 #define DSPSIZE(plane) _MMIO_PIPE2(plane, _DSPASIZE) 4197 #define DSPSURF(plane) _MMIO_PIPE2(plane, _DSPASURF) [all …]
|
Completed in 46 milliseconds