Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c468 uint8_t *discovery_bin = adev->discovery.bin; in amdgpu_discovery_verify_npsinfo() local
476 (struct nps_info_header *)(discovery_bin + offset); in amdgpu_discovery_verify_npsinfo()
483 if (!amdgpu_discovery_verify_checksum(adev, discovery_bin + offset, in amdgpu_discovery_verify_npsinfo()
550 uint8_t *discovery_bin, in amdgpu_discovery_table_check() argument
568 (struct ip_discovery_header *)(discovery_bin + offset); in amdgpu_discovery_table_check()
577 (struct gpu_info_header *)(discovery_bin + offset); in amdgpu_discovery_table_check()
586 (struct harvest_info_header *)(discovery_bin + offset); in amdgpu_discovery_table_check()
595 (struct vcn_info_header *)(discovery_bin + offset); in amdgpu_discovery_table_check()
604 (struct mall_info_header *)(discovery_bin + offset); in amdgpu_discovery_table_check()
624 if (!amdgpu_discovery_verify_checksum(adev, discovery_bin + offset, in amdgpu_discovery_table_check()
[all …]