Lines Matching full:rop
958 * Set ROP. Translate X rop into ROP3. Internal routine.
961 riva_set_rop_solid(struct riva_par *par, int rop) in riva_set_rop_solid() argument
964 RIVA_FIFO_FREE(par->riva, Rop, 1); in riva_set_rop_solid()
965 NV_WR32(&par->riva.Rop->Rop3, 0, rop); in riva_set_rop_solid()
1378 * color with a choice of two different ROP's, copy or invert.
1386 u_int color, rop = 0; in rivafb_fillrect() local
1402 switch (rect->rop) { in rivafb_fillrect()
1404 rop = 0x66; in rivafb_fillrect()
1408 rop = 0xCC; in rivafb_fillrect()
1412 riva_set_rop_solid(par, rop); in rivafb_fillrect()
1565 * to user space, only the copy rop will be supported.
1614 switch (cursor->rop) { in rivafb_cursor()