Searched refs:_MMIO_PIPE2 (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_reg.h | 251 #define _MMIO_PIPE2(pipe, reg) _MMIO(INTEL_INFO(dev_priv)->pipe_offsets[pipe] - \ macro 6008 #define PIPECONF(pipe) _MMIO_PIPE2(pipe, _PIPEACONF) 6009 #define PIPEDSL(pipe) _MMIO_PIPE2(pipe, _PIPEADSL) 6010 #define PIPEFRAME(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEHIGH) 6011 #define PIPEFRAMEPIXEL(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEPIXEL) 6012 #define PIPESTAT(pipe) _MMIO_PIPE2(pipe, _PIPEASTAT) 6016 #define PIPEGCMAX(pipe, i) _MMIO_PIPE2(pipe, _PIPEAGCMAX + (i) * 4) 6033 #define PIPEMISC(pipe) _MMIO_PIPE2(pipe, _PIPE_MISC_A) 6039 #define SKL_BOTTOM_COLOR(pipe) _MMIO_PIPE2(pipe, _SKL_BOTTOM_COLOR_A) 6417 #define PIPE_FRMCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FRMCOUNT_G4X) [all …]
|