Report domain with HsaNodeProperties
PCI domain has moved to 32-bits to accommodate virtualization,
so a 32-bit integer is exposed for domain to reflect this change.
Change-Id: I0d767acadcdc8e4277db203b5865dd67dd001cef
Signed-off-by: Ori Messinger <ori.messinger@amd.com>
[ROCm/ROCR-Runtime commit: f2173254e4]
This commit is contained in:
@@ -1010,6 +1010,8 @@ HSAKMT_STATUS topology_sysfs_get_node_props(uint32_t node_id,
|
||||
props->DeviceId = (uint32_t)prop_val;
|
||||
else if (strcmp(prop_name, "location_id") == 0)
|
||||
props->LocationId = (uint32_t)prop_val;
|
||||
else if (strcmp(prop_name, "domain") == 0)
|
||||
props->Domain = (uint32_t)prop_val;
|
||||
else if (strcmp(prop_name, "max_engine_clk_fcompute") == 0)
|
||||
props->MaxEngineClockMhzFCompute = (uint32_t)prop_val;
|
||||
else if (strcmp(prop_name, "max_engine_clk_ccompute") == 0)
|
||||
|
||||
Reference in New Issue
Block a user