Re: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Alex Deucher
her, Alexander ; Surampalli, Kishore > ; Patel, Mihir ; Saleem, > Athar ; Sharma, Shashank > Subject: Re: [PATCH] drm/amdgpu: Add uid info to process BO list > > Am 22.09.20 um 12:38 schrieb Chauhan, Madhav: > > [AMD Public Use] > > > > -Original Message- > &

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Chauhan, Madhav
: [PATCH] drm/amdgpu: Add uid info to process BO list Am 22.09.20 um 12:38 schrieb Chauhan, Madhav: > [AMD Public Use] > > -Original Message- > From: Koenig, Christian > Sent: Tuesday, September 22, 2020 12:15 PM > To: Chauhan, Madhav ; > amd-gfx@lists.freedesktop.org >

Re: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Christian König
; Saleem, Athar Subject: Re: [PATCH] drm/amdgpu: Add uid info to process BO list Am 21.09.20 um 21:55 schrieb Chauhan, Madhav: [AMD Public Use] -Original Message- From: Christian König Sent: Tuesday, September 22, 2020 12:54 AM To: Chauhan, Madhav ; amd-gfx@lists.freedesktop.org Cc

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Chauhan, Madhav
, Kishore ; Patel, Mihir > ; Sharma, Shashank ; > Deucher, Alexander ; Saleem, Athar > > Subject: Re: [PATCH] drm/amdgpu: Add uid info to process BO list > > Am 21.09.20 um 21:18 schrieb Madhav Chauhan: >> UID is helpful while doing analysis of BO allocated by a process

Re: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-22 Thread Christian König
; Saleem, Athar Subject: Re: [PATCH] drm/amdgpu: Add uid info to process BO list Am 21.09.20 um 21:18 schrieb Madhav Chauhan: UID is helpful while doing analysis of BO allocated by a process. Looks like a bit overkill to me, why not get the uid from the process info? Not sure if I got your point

RE: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-21 Thread Chauhan, Madhav
uid info to process BO list Am 21.09.20 um 21:18 schrieb Madhav Chauhan: > UID is helpful while doing analysis of BO allocated by a process. Looks like a bit overkill to me, why not get the uid from the process info? Not sure if I got your point , but used the similar method implemented at

Re: [PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-21 Thread Christian König
Am 21.09.20 um 21:18 schrieb Madhav Chauhan: UID is helpful while doing analysis of BO allocated by a process. Looks like a bit overkill to me, why not get the uid from the process info? Christian. Signed-off-by: Madhav Chauhan --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 6 +- 1

[PATCH] drm/amdgpu: Add uid info to process BO list

2020-09-21 Thread Madhav Chauhan
UID is helpful while doing analysis of BO allocated by a process. Signed-off-by: Madhav Chauhan --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c