Lines Matching refs:rop
169 static void NVSetRopSolid(struct fb_info *info, u32 rop, u32 planemask)
175 if (par->currentRop != (rop + 32)) {
177 NVDmaNext(par, NVCopyROP_PM[rop]);
178 par->currentRop = rop + 32;
180 } else if (par->currentRop != rop) {
184 NVDmaNext(par, NVCopyROP[rop]);
185 par->currentRop = rop;
336 if (rect->rop != ROP_COPY)
337 NVSetRopSolid(info, rect->rop, ~0);
348 if (rect->rop != ROP_COPY)