Lines Matching defs:efifb
51 static struct pci_dev *efifb_pci_dev; /* dev with BAR covering the efifb */
163 pr_info("efifb: No BGRT, not showing boot graphics\n");
168 pr_info("efifb: BGRT rotation bits set, not showing boot graphics\n");
179 pr_info("efifb: not 32 bits, not showing boot graphics\n");
186 pr_warn("efifb: Ignoring BGRT: failed to map image memory\n");
218 pr_info("efifb: showing boot graphics\n");
247 pr_warn("efifb: Ignoring BGRT: unexpected or invalid BMP data\n");
350 ATTRIBUTE_GROUPS(efifb);
371 if (fb_get_options("efifb", &option))
387 printk(KERN_DEBUG "efifb: invalid framebuffer address\n");
390 printk(KERN_INFO "efifb: probing for efifb\n");
416 "BAR has moved, updating efifb address\n");
438 * use for efifb. With modern cards it is no
448 if (request_mem_region(efifb_fix.smem_start, size_remap, "efifb")) {
453 pr_warn("efifb: cannot reserve video memory at 0x%lx\n",
473 pr_err("efifb: video memory @ 0x%lx spans multiple EFI memory regions\n",
479 * If the UEFI memory map covers the efifb region, we may only
502 pr_err("efifb: abort, cannot remap video memory 0x%x @ 0x%lx\n",
510 pr_info("efifb: framebuffer at 0x%lx, using %dk, total %dk\n",
512 pr_info("efifb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
520 pr_info("efifb: scrolling: redraw\n");
538 pr_info("efifb: %s: "
576 pr_err("efifb: cannot add sysfs attrs\n");
581 pr_err("efifb: cannot allocate colormap\n");
590 pr_err("efifb: cannot acquire aperture\n");
595 pr_err("efifb: cannot register framebuffer\n");
652 "BAR %d: assigned to efifb but device is disabled!\n",
660 dev_info(&dev->dev, "BAR %d: assigned to efifb\n", idx);