Searched refs:_PIPE2 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_reg.h | 4464 #define _PIPE2(pipe, reg) (dev_priv->info.pipe_offsets[pipe] - \ macro 4468 #define PIPECONF(pipe) _PIPE2(pipe, _PIPEACONF) 4469 #define PIPEDSL(pipe) _PIPE2(pipe, _PIPEADSL) 4470 #define PIPEFRAME(pipe) _PIPE2(pipe, _PIPEAFRAMEHIGH) 4471 #define PIPEFRAMEPIXEL(pipe) _PIPE2(pipe, _PIPEAFRAMEPIXEL) 4472 #define PIPESTAT(pipe) _PIPE2(pipe, _PIPEASTAT) 4484 #define PIPEMISC(pipe) _PIPE2(pipe, _PIPE_MISC_A) 4858 #define PIPE_FRMCOUNT_G4X(pipe) _PIPE2(pipe, _PIPEA_FRMCOUNT_G4X) 4859 #define PIPE_FLIPCOUNT_G4X(pipe) _PIPE2(pipe, _PIPEA_FLIPCOUNT_G4X) 4967 #define DSPCNTR(plane) _PIPE2(plane, _DSPACNTR) [all …]
|