Searched refs:_VLV_SPR (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_reg.h | 3524 #define _VLV_SPR(pipe, plane_id, reg_a, reg_b) \ macro 3527 _MMIO(_VLV_SPR((pipe), (plane_id), (reg_a), (reg_b))) 3543 #define SPGAMC(pipe, plane_id, i) _MMIO(_VLV_SPR((pipe), (plane_id), _SPAGAMC, _SPBGAMC) + (5 - (i)…
|