RE: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between direct peers to the kfd

2021-07-19 Thread Kim, Jonathan
[AMD Official Use Only] > -Original Message- > From: Kuehling, Felix > Sent: Saturday, July 17, 2021 1:47 AM > To: Kim, Jonathan ; amd- > g...@lists.freedesktop.org > Subject: Re: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between > direct peers to the kfd >

RE: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between direct peers to the kfd

2021-07-19 Thread Kim, Jonathan
[AMD Official Use Only] > -Original Message- > From: Lazar, Lijo > Sent: Monday, July 19, 2021 3:22 AM > To: Kim, Jonathan ; amd- > g...@lists.freedesktop.org > Cc: Kuehling, Felix > Subject: Re: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between > direct pee

Re: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between direct peers to the kfd

2021-07-19 Thread Lazar, Lijo
On 7/16/2021 10:13 PM, Jonathan Kim wrote: Report the min/max bandwidth in megabytes to the kfd for direct xgmi connections only. v2: change reporting from num links to bandwidth Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 23 ++ drive

Re: [PATCH 2/3] drm/amdkfd: report xgmi bandwidth between direct peers to the kfd

2021-07-17 Thread Felix Kuehling
Am 2021-07-16 um 12:43 p.m. schrieb Jonathan Kim: > Report the min/max bandwidth in megabytes to the kfd for direct > xgmi connections only. By "direct XGMI connections", you mean this doesn't work for links with more than one hop? Will that spew out DRM_ERROR messages for such links? Then it's pr

[PATCH 2/3] drm/amdkfd: report xgmi bandwidth between direct peers to the kfd

2021-07-16 Thread Jonathan Kim
Report the min/max bandwidth in megabytes to the kfd for direct xgmi connections only. v2: change reporting from num links to bandwidth Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 23 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 1 + driv