]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/file: add client id to drm_file_error
authorSunil Khatri <sunil.khatri@amd.com>
Fri, 30 May 2025 06:29:29 +0000 (11:59 +0530)
committerChristian König <christian.koenig@amd.com>
Thu, 12 Jun 2025 12:33:51 +0000 (14:33 +0200)
commitc5b4393c5492555e35c08677a326c9c53b275abd
treed35da342dada36a8b177888eb02e96dbedba6746
parentc5ae936db72d0f45f1a85caa30780b716ac1b608
drm/file: add client id to drm_file_error

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.

v2: Swapped client id and client name order [Chrisitan]

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://lore.kernel.org/r/20250530062929.1954784-1-sunil.khatri@amd.com
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/drm_file.c