Lines Matching refs:LOG

32 		LOG(4, ("AGP: STRAPINFO2 contains $%08x\n", NV_REG32(NV32_NVSTRAPINFO2)));  in nv_agp_setup()
34 LOG(4, ("AGP: attempting to enable fastwrite support..\n")); in nv_agp_setup()
40 LOG(4, ("AGP: STRAPINFO2 now contains $%08x\n", NV_REG32(NV32_NVSTRAPINFO2))); in nv_agp_setup()
54 LOG(4,("AGP: no AGP busmanager found.\n")); in nv_agp_setup()
64 LOG(4,("AGP: end of AGP capable devices list.\n")); in nv_agp_setup()
66 LOG(4,("AGP: no AGP capable devices found.\n")); in nv_agp_setup()
70 LOG(4,("AGP: AGP capable device #%d:\n", (index + 1))); in nv_agp_setup()
78 LOG(4,("AGP: (this is the device this accelerant controls)\n")); in nv_agp_setup()
96 LOG(4,("AGP: the graphicscard this accelerant controls is PCI type.\n")); in nv_agp_setup()
107 LOG(4,("AGP: forcing PCI mode (specified in nv.settings)\n")); in nv_agp_setup()
109 LOG(4,("AGP: forcing PCI mode during coldstart (required)\n")); in nv_agp_setup()
117 LOG(4,("AGP: activating AGP mode...\n")); in nv_agp_setup()
135 LOG(4,("AGP: graphics card AGPCMD register readback $%08x\n", CFGR(AGPCMD))); in nv_agp_setup()
147 LOG(4,("AGP: device is a graphicscard, subclass ID is $%02x\n", ai.class_sub)); in nv_agp_list_info()
149 LOG(4,("AGP: device is a hostbridge, subclass ID is $%02x\n", ai.class_sub)); in nv_agp_list_info()
150 LOG(4,("AGP: vendor ID $%04x\n", ai.vendor_id)); in nv_agp_list_info()
151 LOG(4,("AGP: device ID $%04x\n", ai.device_id)); in nv_agp_list_info()
152 LOG(4,("AGP: bus %d, device %d, function %d\n", ai.bus, ai.device, ai.function)); in nv_agp_list_info()
157 LOG(4,("AGP: this device supports AGP specification %d.%d;\n", in nv_agp_list_info()
165 LOG(4,("AGP: AGP 2.0 1x mode is available\n")); in nv_agp_list_info()
167 LOG(4,("AGP: AGP 2.0 2x mode is available\n")); in nv_agp_list_info()
169 LOG(4,("AGP: AGP 2.0 4x mode is available\n")); in nv_agp_list_info()
173 LOG(4,("AGP: AGP 3.0 4x mode is available\n")); in nv_agp_list_info()
175 LOG(4,("AGP: AGP 3.0 8x mode is available\n")); in nv_agp_list_info()
178 LOG(4,("AGP: fastwrite transfers are supported\n")); in nv_agp_list_info()
180 LOG(4,("AGP: sideband adressing is supported\n")); in nv_agp_list_info()
181 LOG(4,("AGP: %d queued AGP requests can be handled.\n", in nv_agp_list_info()
196 LOG(4,("AGP: listing settings now in use:\n")); in nv_agp_list_active()
200 LOG(4,("AGP: AGP 2.0 1x mode is set\n")); in nv_agp_list_active()
202 LOG(4,("AGP: AGP 2.0 2x mode is set\n")); in nv_agp_list_active()
204 LOG(4,("AGP: AGP 2.0 4x mode is set\n")); in nv_agp_list_active()
208 LOG(4,("AGP: AGP 3.0 4x mode is set\n")); in nv_agp_list_active()
210 LOG(4,("AGP: AGP 3.0 8x mode is set\n")); in nv_agp_list_active()
213 LOG(4,("AGP: fastwrite transfers are enabled\n")); in nv_agp_list_active()
215 LOG(4,("AGP: sideband adressing is enabled\n")); in nv_agp_list_active()
216 LOG(4,("AGP: max. AGP queued request depth is set to %d\n", in nv_agp_list_active()
219 LOG(4,("AGP: the AGP interface is enabled.\n")); in nv_agp_list_active()
221 LOG(4,("AGP: the AGP interface is disabled.\n")); in nv_agp_list_active()