Searched refs:harvest_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h318 typedef struct harvest_info { struct
322 } harvest_info; typedef in typeref:struct:harvest_info
326 harvest_info list[32];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c627 struct harvest_table *harvest_info; local
640 harvest_info = (struct harvest_table *)(adev->mman.discovery_bin + offset);
643 if (le16_to_cpu(harvest_info->list[i].hw_id) == 0)
646 switch (le16_to_cpu(harvest_info->list[i].hw_id)) {
650 (1 << harvest_info->list[i].number_instance);
652 (1 << harvest_info->list[i].number_instance);
655 ~(1U << harvest_info->list[i].number_instance);
657 ~(1U << harvest_info->list[i].number_instance);
664 1 << (le16_to_cpu(harvest_info->list[i].number_instance));
669 ~(1U << harvest_info
[all...]

Completed in 148 milliseconds