Searched refs:_MMIO_PIPE2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_display_reg_defs.h | 39 #define _MMIO_PIPE2(pipe, reg) _MMIO(DISPLAY_INFO(dev_priv)->pipe_offsets[(pipe)] - \ macro
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_reg.h | 2642 #define TRANSCONF(trans) _MMIO_PIPE2((trans), _TRANSACONF) 2643 #define PIPEDSL(pipe) _MMIO_PIPE2(pipe, _PIPEADSL) 2644 #define PIPEFRAME(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEHIGH) 2645 #define PIPEFRAMEPIXEL(pipe) _MMIO_PIPE2(pipe, _PIPEAFRAMEPIXEL) 2646 #define PIPESTAT(pipe) _MMIO_PIPE2(pipe, _PIPEASTAT) 2650 #define PIPEGCMAX(pipe, i) _MMIO_PIPE2(pipe, _PIPEAGCMAX + (i) * 4) /* u1.16 */ 2653 #define PIPE_ARB_CTL(pipe) _MMIO_PIPE2(pipe, _PIPE_ARB_CTL_A) 2704 #define ICL_PIPESTATUS(pipe) _MMIO_PIPE2(pipe, _ICL_PIPE_A_STATUS) 3034 #define PIPE_FRMCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FRMCOUNT_G4X) 3035 #define PIPE_FLIPCOUNT_G4X(pipe) _MMIO_PIPE2(pipe, _PIPEA_FLIPCOUNT_G4X) [all …]
|