aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
diff options
context:
space:
mode:
authorDivya Shikre <DivyaUday.Shikre@amd.com>2020-02-25 17:17:37 -0500
committerAlex Deucher <alexander.deucher@amd.com>2020-02-26 14:18:17 -0500
commit0c663695a6cb9820692e7e37239c5be90c77b21d (patch)
treed1dfad1d3b52c85a234c507be47ff227527584b2 /drivers/gpu/drm/amd/amdkfd/kfd_topology.h
parentdrm/amdgpu: Fix check for DPM when returning max clock (diff)
downloadlinux-dev-0c663695a6cb9820692e7e37239c5be90c77b21d.tar.xz
linux-dev-0c663695a6cb9820692e7e37239c5be90c77b21d.zip
drm/amd: Extend ROCt to surface UUID for devices that have them
Devices from Arcturus onwards will have their UUID exposed to Thunk. Adding neccessary functions to the kernel to propagate the uuid. Signed-off-by: Divya Shikre <DivyaUday.Shikre@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_topology.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
index 74e9b1682af8..46eeecaf1b68 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
@@ -54,6 +54,7 @@
struct kfd_node_properties {
uint64_t hive_id;
+ uint64_t unique_id;
uint32_t cpu_cores_count;
uint32_t simd_count;
uint32_t mem_banks_count;