: [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 |
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
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