Searched refs:_PLANE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_reg.h | 29 #define _PLANE(plane, a, b) _PIPE(plane, a, b) macro 4319 _PLANE(plane, _PLANE_WM_1(pipe), _PLANE_WM_2(pipe)) 4327 _PLANE(plane, _PLANE_WM_TRANS_1(pipe), _PLANE_WM_TRANS_2(pipe)) 4898 _PLANE(plane, _PLANE_CTL_1(pipe), _PLANE_CTL_2(pipe)) 4910 _PLANE(plane, _PLANE_STRIDE_1(pipe), _PLANE_STRIDE_2(pipe)) 4919 _PLANE(plane, _PLANE_POS_1(pipe), _PLANE_POS_2(pipe)) 4928 _PLANE(plane, _PLANE_SIZE_1(pipe), _PLANE_SIZE_2(pipe)) 4937 _PLANE(plane, _PLANE_SURF_1(pipe), _PLANE_SURF_2(pipe)) 4944 _PLANE(plane, _PLANE_OFFSET_1(pipe), _PLANE_OFFSET_2(pipe)) 4951 _PLANE(plane, _PLANE_KEYVAL_1(pipe), _PLANE_KEYVAL_2(pipe)) [all …]
|