Lines Matching refs:KERN_INFO
419 printk(KERN_INFO PFX "memory %p is already bound!\n", curr); in agp_bind_memory()
459 printk(KERN_INFO PFX "memory %p was not bound!\n", curr); in agp_unbind_memory()
487 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", in agp_v2_parse_one()
505 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x4 rate. " in agp_v2_parse_one()
510 printk(KERN_INFO PFX "BIOS bug. AGP bridge claims to only support x2 rate. " in agp_v2_parse_one()
521 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to x1 mode.\n", current->comm); in agp_v2_parse_one()
591 printk(KERN_INFO PFX "reserved bits set (%x) in mode 0x%x. Fixed.\n", in agp_v3_parse_one()
599 printk(KERN_INFO PFX "%s tried to set rate=x0. Setting to AGP3 x4 mode.\n", current->comm); in agp_v3_parse_one()
603 …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()
632 printk(KERN_INFO PFX "%s passes broken AGP3 flags (%x). Fixed.\n", in agp_v3_parse_one()
643 printk(KERN_INFO PFX "%s passes broken AGP2 flags (%x) in AGP3 mode. Fixed.\n", in agp_v3_parse_one()
653 printk(KERN_INFO PFX "%s requested AGPx8 but bridge not capable.\n", current->comm); in agp_v3_parse_one()
659 printk(KERN_INFO PFX "%s requested AGPx8 but graphic card not capable.\n", current->comm); in agp_v3_parse_one()
679 printk(KERN_INFO PFX "No AGP mode specified. Setting to highest mode " in agp_v3_parse_one()
684 printk(KERN_INFO PFX "Fell back to AGPx4 mode because "); in agp_v3_parse_one()
686 printk(KERN_INFO PFX "bridge couldn't do x8. bridge_agpstat:%x (orig=%x)\n", in agp_v3_parse_one()
692 printk(KERN_INFO PFX "graphics card couldn't do x8. vga_agpstat:%x (orig=%x)\n", in agp_v3_parse_one()
733 printk(KERN_INFO PFX "Couldn't find an AGP VGA controller.\n"); in agp_collect_device_status()