Lines Matching refs:PFX
415 printk(KERN_INFO PFX "memory %p is already bound!\n", curr); in agp_bind_memory()
455 printk(KERN_INFO PFX "memory %p was not bound!\n", curr); in agp_unbind_memory()
483 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", in agp_v2_parse_one()
501 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x4 rate. " in agp_v2_parse_one()
506 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x2 rate. " in agp_v2_parse_one()
517 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm); in agp_v2_parse_one()
587 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", in agp_v3_parse_one()
595 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm); in agp_v3_parse_one()
599 …printk(KERN_INFO PFX "%s tried to set rate=x%d. Setting to AGP3 x8 mode.\n", current->comm, tmp * … in agp_v3_parse_one()
628 printk(KERN_INFO PFX "%s passes broken AGP3 flags (%x). Fixed.\n", in agp_v3_parse_one()
639 printk(KERN_INFO PFX "%s passes broken AGP2 flags (%x) in AGP3 mode. Fixed.\n", in agp_v3_parse_one()
649 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm); in agp_v3_parse_one()
655 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm); in agp_v3_parse_one()
675 printk(KERN_INFO PFX "No AGP mode specified. Setting to highest mode " in agp_v3_parse_one()
680 printk(KERN_INFO PFX "Fell back to AGPx4 mode because "); in agp_v3_parse_one()
682 printk(KERN_INFO PFX "bridge couldn't do x8. bridge_agpstat:%x (orig=%x)\n", in agp_v3_parse_one()
688 printk(KERN_INFO PFX "graphics card couldn't do x8. vga_agpstat:%x (orig=%x)\n", in agp_v3_parse_one()
729 printk(KERN_INFO PFX "Couldn't find an AGP VGA controller.\n"); in agp_collect_device_status()