Searched refs:efifb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | earlycon.c | 25 * But early_memremap() is not usable for 'earlycon=efifb keep_bootcon', 246 EARLYCON_DECLARE(efifb, efi_earlycon_setup);
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | earlycon.c | 28 * But early_memremap() is not usable for 'earlycon=efifb keep_bootcon', 223 setup_earlycon("efifb"); in efi_earlycon_reprobe() 275 EARLYCON_DECLARE(efifb, efi_earlycon_setup);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | efifb.c | 153 pr_info("efifb: No BGRT, not showing boot graphics\n"); in efifb_show_boot_graphics() 158 pr_info("efifb: BGRT rotation bits set, not showing boot graphics\n"); in efifb_show_boot_graphics() 169 pr_info("efifb: not 32 bits, not showing boot graphics\n"); in efifb_show_boot_graphics() 176 pr_warn("efifb: Ignoring BGRT: failed to map image memory\n"); in efifb_show_boot_graphics() 209 pr_info("efifb: showing boot graphics\n"); in efifb_show_boot_graphics() 238 pr_warn("efifb: Ignoring BGRT: unexpected or invalid BMP data\n"); in efifb_show_boot_graphics() 332 ATTRIBUTE_GROUPS(efifb); variable 336 static struct pci_dev *efifb_pci_dev; /* dev with BAR covering the efifb */ 353 if (fb_get_options("efifb", &option)) in efifb_probe() 369 printk(KERN_DEBUG "efifb in efifb_probe() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | efifb.c | 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"); in efifb_show_boot_graphics() 168 pr_info("efifb: BGRT rotation bits set, not showing boot graphics\n"); in efifb_show_boot_graphics() 179 pr_info("efifb: not 32 bits, not showing boot graphics\n"); in efifb_show_boot_graphics() 186 pr_warn("efifb: Ignoring BGRT: failed to map image memory\n"); in efifb_show_boot_graphics() 218 pr_info("efifb: showing boot graphics\n"); in efifb_show_boot_graphics() 247 pr_warn("efifb: Ignoring BGRT: unexpected or invalid BMP data\n"); in efifb_show_boot_graphics() 350 ATTRIBUTE_GROUPS(efifb); variable 371 if (fb_get_options("efifb", &option)) in efifb_probe() 387 printk(KERN_DEBUG "efifb in efifb_probe() [all...] |
Completed in 3 milliseconds