Lines Matching refs:pr_info

119 	pr_info("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores,  in kfd_populated_cu_info_cpu()
141 pr_info("CU GPU: simds=%d id_base=%d\n", cu->num_simd_cores, in kfd_populated_cu_info_gpu()
153 pr_info("Found CU entry in CRAT table with proximity_domain=%d caps=%x\n", in kfd_parse_subtype_cu()
182 pr_info("Found memory entry in CRAT table with proximity_domain=%d\n", in kfd_parse_subtype_mem()
230 pr_info("Found cache entry in CRAT table with processor_id=%d\n", id); in kfd_parse_subtype_cache()
282 pr_info("Found IO link entry in CRAT table with id_from=%d\n", id_from); in kfd_parse_subtype_iolink()
345 pr_info("Found TLB entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
351 pr_info("Found CCOMPUTE entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
450 pr_info("Parsing CRAT table with %d nodes\n", num_nodes); in kfd_parse_crat_table()
959 pr_info("Creating topology SYSFS entries\n"); in kfd_topology_update_sysfs()
1038 pr_info("Found CRAT image with size=%zd\n", image_size); in kfd_topology_init()
1064 pr_info("Finished initializing topology ret=%d\n", ret); in kfd_topology_init()
1079 pr_info("DEBUG PRINT OF TOPOLOGY:"); in kfd_debug_print_topology()
1081 pr_info("Node: %d\n", i); in kfd_debug_print_topology()
1082 pr_info("\tGPU assigned: %s\n", (dev->gpu ? "yes" : "no")); in kfd_debug_print_topology()
1083 pr_info("\tCPU count: %d\n", dev->node_props.cpu_cores_count); in kfd_debug_print_topology()
1084 pr_info("\tSIMD count: %d", dev->node_props.simd_count); in kfd_debug_print_topology()
1157 pr_info("GPU was not found in the current topology. Extending.\n"); in kfd_topology_add_device()