Searched refs:ROP_COPY (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.h13 #undef ROP_COPY macro
H A Da4xx_gpu.h10 #undef ROP_COPY macro
H A Da2xx_gpu.h10 #undef ROP_COPY macro
H A Da5xx_gpu.h10 #undef ROP_COPY macro
H A Dadreno_common.xml.h127 ROP_COPY = 12, enumerator in enum:a3xx_rop_code
/linux-master/drivers/video/fbdev/core/
H A Dsoftcursor.c63 case ROP_COPY:
H A Dsysfillrect.c272 case ROP_COPY:
277 "defaulting to ROP_COPY\n");
302 case ROP_COPY:
307 "defaulting to ROP_COPY\n");
H A Dcfbfillrect.c319 case ROP_COPY:
323 printk( KERN_ERR "cfb_fillrect(): unknown rop, defaulting to ROP_COPY\n");
349 case ROP_COPY:
353 printk(KERN_ERR "cfb_fillrect(): unknown rop, defaulting to ROP_COPY\n");
H A Dtileblit.c49 rect.rop = ROP_COPY;
H A Dbitblit.c72 region.rop = ROP_COPY;
217 region.rop = ROP_COPY;
H A Dfbcon_ud.c80 region.rop = ROP_COPY;
232 region.rop = ROP_COPY;
H A Dfbcon_ccw.c93 region.rop = ROP_COPY;
202 region.rop = ROP_COPY;
H A Dfbcon_cw.c78 region.rop = ROP_COPY;
185 region.rop = ROP_COPY;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c274 NVSetRopSolid(info, ROP_COPY, ~0);
336 if (rect->rop != ROP_COPY)
348 if (rect->rop != ROP_COPY)
349 NVSetRopSolid(info, ROP_COPY, ~0);
/linux-master/drivers/video/fbdev/
H A Dhpfb.c162 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_SET : RR_INVERT));
166 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_CLEAR : RR_NOOP));
H A Dhitfb.c142 if (rect->rop != ROP_COPY)
H A Dhgafb.c482 case ROP_COPY:
H A Dffb.c483 BUG_ON(rect->rop != ROP_COPY && rect->rop != ROP_XOR);
495 ffb_rop(par, rect->rop == ROP_COPY ?
H A Dpm2fb.c1064 region->rop != ROP_COPY ) {
1338 if (cursor->rop == ROP_COPY)
1446 if (cursor->rop == ROP_COPY)
H A Dvga16fb.c855 if (rect->rop == ROP_COPY) {
927 case ROP_COPY:
H A Dpm3fb.c392 if (region->rop == ROP_COPY )
692 if (cursor->rop == ROP_COPY)
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c172 case ROP_COPY:
/linux-master/include/uapi/linux/
H A Dfb.h333 #define ROP_COPY 0 macro
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c331 case ROP_COPY:
399 case ROP_COPY:
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c283 case ROP_COPY:

Completed in 201 milliseconds

12