Lines Matching refs:pixmap
563 * this by setting info->pixmap.scan_align = 2 or 4. See a more
564 * comprehensive description of the pixmap below.
717 * The struct pixmap is a scratch pad for the drawing functions. This
729 info->pixmap.addr = kmalloc(PIXMAP_SIZE, GFP_KERNEL);
730 if (!info->pixmap.addr) {
734 info->pixmap.size = PIXMAP_SIZE;
739 * FB_PIXMAP_SYNC - if set, will call fb_sync() per access to pixmap,
744 info->pixmap.flags = FB_PIXMAP_SYSTEM;
750 info->pixmap.scan_align = 4;
757 info->pixmap.buf_align = 4;
765 info->pixmap.access_align = 32;