Re: [PATCH v1 1/3] drm: function to get process name and pid

2025-04-15 Thread Khatri, Sunil
On 4/15/2025 2:14 PM, Tvrtko Ursulin wrote: On 14/04/2025 18:58, Christian König wrote: Adding Pierre-eric and Tvrtko as well. Thanks! Am 11.04.25 um 15:04 schrieb Sunil Khatri: Add helper function which get the process information for the drm_file and updates the user provided character

Re: [PATCH v1 1/3] drm: function to get process name and pid

2025-04-15 Thread Tvrtko Ursulin
On 14/04/2025 18:58, Christian König wrote: Adding Pierre-eric and Tvrtko as well. Thanks! Am 11.04.25 um 15:04 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 a

Re: [PATCH v1 1/3] drm: function to get process name and pid

2025-04-14 Thread Christian König
Adding Pierre-eric and Tvrtko as well. Am 11.04.25 um 15:04 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 >

Re: [PATCH v1 1/3] drm: function to get process name and pid

2025-04-13 Thread Khatri, Sunil
Ping? On 4/11/2025 6:34 PM, 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 | 30