Home | History | Annotate | Download | only in linux

Lines Matching full:blit

52  * @BLIT_SYNC: sync mode, to wait for blit done irq
53 * @BLIT_ASYNC: async mode, not to wait for blit done irq
233 /* end of blit operation */
241 * @TMP: temporary buffer for 2-step blit at a single command
360 * @op: blit operation mode
363 * @tmp: set when using 2-step blit at a single command
383 * @ncmd: request count in blit command queue
392 * @op: blit operation mode
393 * @sync: sync/async blit mode (currently support sync mode only)
398 * set when using 2-step blit at a single command
406 * @node: list head of blit command queue
429 * @bltlock: spinlock for blit
430 * @wait_q: blit wait queue head
431 * @cmd_q: blit command queue
452 void (*blit)(struct fimg2d_control *info);