Home
last modified time | relevance | path

Searched refs:ERR_MSG (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/intelfb/
Dintelfbdrv.c488 ERR_MSG("Attempted to register %d devices " in intelfb_pci_register()
495 ERR_MSG("Could not allocate memory for intelfb_info.\n"); in intelfb_pci_register()
499 ERR_MSG("Could not allocate cmap for intelfb_info.\n"); in intelfb_pci_register()
511 ERR_MSG("Cannot reserve pixmap memory.\n"); in intelfb_pci_register()
521 ERR_MSG("Cannot enable device.\n"); in intelfb_pci_register()
550 ERR_MSG("Cannot reserve FB region.\n"); in intelfb_pci_register()
560 ERR_MSG("Cannot reserve MMIO region.\n"); in intelfb_pci_register()
615 ERR_MSG("cannot acquire agp\n"); in intelfb_pci_register()
622 ERR_MSG("cannot get agp info\n"); in intelfb_pci_register()
651 ERR_MSG("Cannot remap FB region.\n"); in intelfb_pci_register()
[all …]
Dintelfbhw.c185 ERR_MSG("cannot find bridge device\n"); in intelfbhw_get_memory()
235 ERR_MSG("only local memory found\n"); in intelfbhw_get_memory()
238 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
241 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
270 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
273 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
Dintelfb.h93 #define ERR_MSG(fmt, args...) printk(KERN_ERR PFX fmt, ## args) macro