Searched refs:VC4_PPF_FILTER_WORD (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hvs.c | 150 #define VC4_PPF_FILTER_WORD(c0, c1, c2) \ macro 163 {VC4_PPF_FILTER_WORD(c0, c1, c2), \ 164 VC4_PPF_FILTER_WORD(c3, c4, c5), \ 165 VC4_PPF_FILTER_WORD(c6, c7, c8), \ 166 VC4_PPF_FILTER_WORD(c9, c10, c11), \ 167 VC4_PPF_FILTER_WORD(c12, c13, c14), \ 168 VC4_PPF_FILTER_WORD(c15, c15, 0)}
|