[PATCH 1/7] drm/amdkfd: Add gws number to kfd topology node properties

2019-05-23 Thread Zeng, Oak
Add amdgpu_amdkfd interface to get num_gws and add num_gws to /sys/class/kfd/kfd/topology/nodes/x/properties. Only report num_gws if MEC FW support GWS barriers. Currently it is determined by a module parameter which will be replaced with MEC FW version check when firmware is ready. Change-Id:

[PATCH 1/7] drm/amdkfd: Add gws number to kfd topology node properties

2019-05-22 Thread Zeng, Oak
Add amdgpu_amdkfd interface to get num_gws and add num_gws to /sys/class/kfd/kfd/topology/nodes/x/properties. Only report num_gws if MEC FW support GWS barriers. Currently it is determined by a module parameter which will be replaced with MEC FW version check when firmware is ready. Change-Id:

Re: [PATCH 1/7] drm/amdkfd: Add gws number to kfd topology node properties

2019-05-21 Thread Kuehling, Felix
On 2019-05-15 4:37 p.m., Zeng, Oak wrote: > Add amdgpu_amdkfd interface to get num_gws and add num_gws > to /sys/class/kfd/kfd/topology/nodes/x/properties. Only report > num_gws if MEC FW support GWS barriers. Currently it is > determined by a environment variable which will be replaced It's not

[PATCH 1/7] drm/amdkfd: Add gws number to kfd topology node properties

2019-05-15 Thread Zeng, Oak
Add amdgpu_amdkfd interface to get num_gws and add num_gws to /sys/class/kfd/kfd/topology/nodes/x/properties. Only report num_gws if MEC FW support GWS barriers. Currently it is determined by a environment variable which will be replaced with MEC FW version check when firmware is ready.