RE: [PATCH 3/3] drm/file: add client id to drm_file_error

2025-05-28 Thread Khatri, Sunil
: [PATCH 3/3] drm/file: add client id to drm_file_error On 5/28/25 09:43, Sunil Khatri wrote: > Add client id to the drm_file_error api, client id is a unique id for > each drm fd and is quite useful for debugging. > > Signed-off-by: Sunil Khatri > --- > drivers/gpu/drm/drm_file.c |

Re: [PATCH 3/3] drm/file: add client id to drm_file_error

2025-05-28 Thread Christian König
On 5/28/25 09:43, Sunil Khatri wrote: > Add client id to the drm_file_error api, client id > is a unique id for each drm fd and is quite useful > for debugging. > > Signed-off-by: Sunil Khatri > --- > drivers/gpu/drm/drm_file.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > d

[PATCH 3/3] drm/file: add client id to drm_file_error

2025-05-28 Thread Sunil Khatri
Add client id to the drm_file_error api, client id is a unique id for each drm fd and is quite useful for debugging. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/drm_file.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_file.c b/drivers/gpu/drm/d