Re: [PATCH v2 1/4] drm: function to get process name and pid

2025-04-15 Thread Khatri, Sunil
On 4/15/2025 5:10 PM, Tvrtko Ursulin wrote: On 15/04/2025 12:25, Sunil Khatri wrote: Add helper function which get the process information for the drm_file and updates the user provided character buffer with the information of process name and pid as a string. Signed-off-by: Sunil Khatri --

Re: [PATCH v2 1/4] drm: function to get process name and pid

2025-04-15 Thread Christian König
Am 15.04.25 um 13:40 schrieb Tvrtko Ursulin: > > On 15/04/2025 12:25, Sunil Khatri wrote: >> Add helper function which get the process information for >> the drm_file and updates the user provided character buffer >> with the information of process name and pid as a string. >> >> Signed-off-by: Sun

Re: [PATCH v2 1/4] drm: function to get process name and pid

2025-04-15 Thread Christian König
Am 15.04.25 um 13:25 schrieb Sunil Khatri: > Add helper function which get the process information for > the drm_file and updates the user provided character buffer > with the information of process name and pid as a string. > > Signed-off-by: Sunil Khatri > --- > drivers/gpu/drm/drm_file.c | 34

[PATCH v2 1/4] drm: function to get process name and pid

2025-04-15 Thread Sunil Khatri
Add helper function which get the process information for the drm_file and updates the user provided character buffer with the information of process name and pid as a string. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/drm_file.c | 34 ++ include/drm/drm_file

Re: [PATCH v2 1/4] drm: function to get process name and pid

2025-04-15 Thread Tvrtko Ursulin
On 15/04/2025 12:25, Sunil Khatri wrote: Add helper function which get the process information for the drm_file and updates the user provided character buffer with the information of process name and pid as a string. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/drm_file.c | 34 ++