Lines Matching refs:plane
29 #define _PLANE(plane, a, b) _PIPE(plane, a, b) argument
1403 #define DISPLAY_PLANE_FLIP_PENDING(plane) (1<<(11-(plane))) /* A and B only */ argument
1686 #define FBC_CTL_PLANE(plane) ((plane)<<0) argument
1696 #define DPFC_CTL_PLANE(plane) ((plane)<<30) argument
1697 #define IVB_DPFC_CTL_PLANE(plane) ((plane)<<29) argument
4318 #define _PLANE_WM_BASE(pipe, plane) \ argument
4319 _PLANE(plane, _PLANE_WM_1(pipe), _PLANE_WM_2(pipe))
4320 #define PLANE_WM(pipe, plane, level) \ argument
4321 (_PLANE_WM_BASE(pipe, plane) + ((4) * (level)))
4326 #define PLANE_WM_TRANS(pipe, plane) \ argument
4327 _PLANE(plane, _PLANE_WM_TRANS_1(pipe), _PLANE_WM_TRANS_2(pipe))
4513 #define DSPCNTR(plane) _PIPE2(plane, _DSPACNTR) argument
4514 #define DSPADDR(plane) _PIPE2(plane, _DSPAADDR) argument
4515 #define DSPSTRIDE(plane) _PIPE2(plane, _DSPASTRIDE) argument
4516 #define DSPPOS(plane) _PIPE2(plane, _DSPAPOS) argument
4517 #define DSPSIZE(plane) _PIPE2(plane, _DSPASIZE) argument
4518 #define DSPSURF(plane) _PIPE2(plane, _DSPASURF) argument
4519 #define DSPTILEOFF(plane) _PIPE2(plane, _DSPATILEOFF) argument
4520 #define DSPLINOFF(plane) DSPADDR(plane) argument
4521 #define DSPOFFSET(plane) _PIPE2(plane, _DSPAOFFSET) argument
4522 #define DSPSURFLIVE(plane) _PIPE2(plane, _DSPASURFLIVE) argument
4538 #define PRIMPOS(plane) _TRANSCODER2(plane, _PRIMPOS_A) argument
4539 #define PRIMSIZE(plane) _TRANSCODER2(plane, _PRIMSIZE_A) argument
4540 #define PRIMCNSTALPHA(plane) _TRANSCODER2(plane, _PRIMCNSTALPHA_A) argument
4779 #define SPCNTR(pipe, plane) _PIPE(pipe * 2 + plane, _SPACNTR, _SPBCNTR) argument
4780 #define SPLINOFF(pipe, plane) _PIPE(pipe * 2 + plane, _SPALINOFF, _SPBLINOFF) argument
4781 #define SPSTRIDE(pipe, plane) _PIPE(pipe * 2 + plane, _SPASTRIDE, _SPBSTRIDE) argument
4782 #define SPPOS(pipe, plane) _PIPE(pipe * 2 + plane, _SPAPOS, _SPBPOS) argument
4783 #define SPSIZE(pipe, plane) _PIPE(pipe * 2 + plane, _SPASIZE, _SPBSIZE) argument
4784 #define SPKEYMINVAL(pipe, plane) _PIPE(pipe * 2 + plane, _SPAKEYMINVAL, _SPBKEYMINVAL) argument
4785 #define SPKEYMSK(pipe, plane) _PIPE(pipe * 2 + plane, _SPAKEYMSK, _SPBKEYMSK) argument
4786 #define SPSURF(pipe, plane) _PIPE(pipe * 2 + plane, _SPASURF, _SPBSURF) argument
4787 #define SPKEYMAXVAL(pipe, plane) _PIPE(pipe * 2 + plane, _SPAKEYMAXVAL, _SPBKEYMAXVAL) argument
4788 #define SPTILEOFF(pipe, plane) _PIPE(pipe * 2 + plane, _SPATILEOFF, _SPBTILEOFF) argument
4789 #define SPCONSTALPHA(pipe, plane) _PIPE(pipe * 2 + plane, _SPACONSTALPHA, _SPBCONSTALPHA) argument
4790 #define SPGAMC(pipe, plane) _PIPE(pipe * 2 + plane, _SPAGAMC, _SPBGAMC) argument
4897 #define PLANE_CTL(pipe, plane) \ argument
4898 _PLANE(plane, _PLANE_CTL_1(pipe), _PLANE_CTL_2(pipe))
4909 #define PLANE_STRIDE(pipe, plane) \ argument
4910 _PLANE(plane, _PLANE_STRIDE_1(pipe), _PLANE_STRIDE_2(pipe))
4918 #define PLANE_POS(pipe, plane) \ argument
4919 _PLANE(plane, _PLANE_POS_1(pipe), _PLANE_POS_2(pipe))
4927 #define PLANE_SIZE(pipe, plane) \ argument
4928 _PLANE(plane, _PLANE_SIZE_1(pipe), _PLANE_SIZE_2(pipe))
4936 #define PLANE_SURF(pipe, plane) \ argument
4937 _PLANE(plane, _PLANE_SURF_1(pipe), _PLANE_SURF_2(pipe))
4943 #define PLANE_OFFSET(pipe, plane) \ argument
4944 _PLANE(plane, _PLANE_OFFSET_1(pipe), _PLANE_OFFSET_2(pipe))
4950 #define PLANE_KEYVAL(pipe, plane) \ argument
4951 _PLANE(plane, _PLANE_KEYVAL_1(pipe), _PLANE_KEYVAL_2(pipe))
4957 #define PLANE_KEYMSK(pipe, plane) \ argument
4958 _PLANE(plane, _PLANE_KEYMSK_1(pipe), _PLANE_KEYMSK_2(pipe))
4964 #define PLANE_KEYMAX(pipe, plane) \ argument
4965 _PLANE(plane, _PLANE_KEYMAX_1(pipe), _PLANE_KEYMAX_2(pipe))
4973 #define PLANE_BUF_CFG(pipe, plane) \ argument
4974 _PLANE(plane, _PLANE_BUF_CFG_1(pipe), _PLANE_BUF_CFG_2(pipe))
5128 #define DE_PLANE_FLIP_DONE(plane) (1 << (26 + (plane))) argument
5169 #define DE_PLANE_FLIP_DONE_IVB(plane) (1<< (3 + 5*(plane))) argument