RE: [PATCH] drm/amdkfd: Add node_id to location_id generically

2024-08-09 Thread Kim, Jonathan
[Public] > -Original Message- > From: Lazar, Lijo > Sent: Wednesday, August 7, 2024 12:17 PM > To: amd-gfx@lists.freedesktop.org; brahma_sw_dev > > Cc: Zhang, Hawking ; Deucher, Alexander > ; Kim, Jonathan ; > Kasiviswanathan, Harish > Subject: [PATCH]

RE: [PATCH] drm/amdkfd: Add node_id to location_id generically

2024-08-08 Thread Zhang, Hawking
; Kasiviswanathan, Harish Subject: [PATCH] drm/amdkfd: Add node_id to location_id generically If there are multiple nodes per kfd device, add nodeid to location_id to differentiate. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] drm/amdkfd: Add node_id to location_id generically

2024-08-08 Thread Lijo Lazar
If there are multiple nodes per kfd device, add nodeid to location_id to differentiate. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c b/drivers/gpu/drm/amd/amd