Lines Matching refs:pixmap
562 * this by setting info->pixmap.scan_align = 2 or 4. See a more
563 * comprehensive description of the pixmap below.
723 * The struct pixmap is a scratch pad for the drawing functions. This
735 info->pixmap.addr = kmalloc(PIXMAP_SIZE, GFP_KERNEL);
736 if (!info->pixmap.addr) {
740 info->pixmap.size = PIXMAP_SIZE;
745 * FB_PIXMAP_SYNC - if set, will call fb_sync() per access to pixmap,
750 info->pixmap.flags = FB_PIXMAP_SYSTEM;
756 info->pixmap.scan_align = 4;
763 info->pixmap.buf_align = 4;
771 info->pixmap.access_align = 32;