Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/include/
Ddiscovery.h260 typedef struct harvest_info { struct
264 } harvest_info; typedef
268 harvest_info list[32];
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c537 struct harvest_table *harvest_info; in amdgpu_discovery_read_from_harvest_table() local
549 harvest_info = (struct harvest_table *)(adev->mman.discovery_bin + offset); in amdgpu_discovery_read_from_harvest_table()
552 if (le16_to_cpu(harvest_info->list[i].hw_id) == 0) in amdgpu_discovery_read_from_harvest_table()
555 switch (le16_to_cpu(harvest_info->list[i].hw_id)) { in amdgpu_discovery_read_from_harvest_table()
558 if (harvest_info->list[i].number_instance == 0) in amdgpu_discovery_read_from_harvest_table()