Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/include/
A Ddiscovery.h260 typedef struct harvest_info { struct
264 } harvest_info; typedef
268 harvest_info list[32];
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_discovery.c543 struct harvest_table *harvest_info; in amdgpu_discovery_read_from_harvest_table() local
556 harvest_info = (struct harvest_table *)(adev->mman.discovery_bin + offset); in amdgpu_discovery_read_from_harvest_table()
559 if (le16_to_cpu(harvest_info->list[i].hw_id) == 0) in amdgpu_discovery_read_from_harvest_table()
562 switch (le16_to_cpu(harvest_info->list[i].hw_id)) { in amdgpu_discovery_read_from_harvest_table()
565 if (harvest_info->list[i].number_instance == 0) in amdgpu_discovery_read_from_harvest_table()
575 1 << (le16_to_cpu(harvest_info->list[i].number_instance)); in amdgpu_discovery_read_from_harvest_table()

Completed in 7 milliseconds