Searched refs:_PLANE (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | skl_watermark_regs.h | 82 _PLANE(plane, _PLANE_WM_1(pipe), _PLANE_WM_2(pipe)) 90 _MMIO(_PLANE(plane, _PLANE_WM_SAGV_1(pipe), _PLANE_WM_SAGV_2(pipe))) 96 _MMIO(_PLANE(plane, _PLANE_WM_SAGV_TRANS_1(pipe), _PLANE_WM_SAGV_TRANS_2(pipe))) 102 _MMIO(_PLANE(plane, _PLANE_WM_TRANS_1(pipe), _PLANE_WM_TRANS_2(pipe)))
|
H A D | intel_display_reg_defs.h | 19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) macro 26 #define _MMIO_PLANE(plane, a, b) _MMIO(_PLANE(plane, a, b))
|