Lines Matching defs:efifb
153 pr_info("efifb: No BGRT, not showing boot graphics\n");
158 pr_info("efifb: BGRT rotation bits set, not showing boot graphics\n");
169 pr_info("efifb: not 32 bits, not showing boot graphics\n");
176 pr_warn("efifb: Ignoring BGRT: failed to map image memory\n");
209 pr_info("efifb: showing boot graphics\n");
238 pr_warn("efifb: Ignoring BGRT: unexpected or invalid BMP data\n");
332 ATTRIBUTE_GROUPS(efifb);
336 static struct pci_dev *efifb_pci_dev; /* dev with BAR covering the efifb */
353 if (fb_get_options("efifb", &option))
369 printk(KERN_DEBUG "efifb: invalid framebuffer address\n");
372 printk(KERN_INFO "efifb: probing for efifb\n");
398 "BAR has moved, updating efifb address\n");
420 * use for efifb. With modern cards it is no
430 if (request_mem_region(efifb_fix.smem_start, size_remap, "efifb")) {
435 pr_warn("efifb: cannot reserve video memory at 0x%lx\n",
460 pr_err("efifb: video memory @ 0x%lx spans multiple EFI memory regions\n",
466 * If the UEFI memory map covers the efifb region, we may only
489 pr_err("efifb: abort, cannot remap video memory 0x%x @ 0x%lx\n",
497 pr_info("efifb: framebuffer at 0x%lx, using %dk, total %dk\n",
499 pr_info("efifb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
507 pr_info("efifb: scrolling: redraw\n");
525 pr_info("efifb: %s: "
564 pr_err("efifb: cannot add sysfs attrs\n");
569 pr_err("efifb: cannot allocate colormap\n");
574 pr_err("efifb: cannot register framebuffer\n");
630 "BAR %d: assigned to efifb but device is disabled!\n",
638 dev_info(&dev->dev, "BAR %d: assigned to efifb\n", idx);