max_num_cus       397 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 	const int max_num_cus = 1024;
max_num_cus       419 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 	if (properties.cu_mask_count > max_num_cus) {
max_num_cus       421 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		properties.cu_mask_count = max_num_cus;
max_num_cus       422 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c 		cu_mask_size = sizeof(uint32_t) * (max_num_cus/32);