summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/lima_drv.h
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2023-03-13 00:30:51 +0100
committerQiang Yu <yuq825@gmail.com>2023-04-02 18:18:37 +0800
commit87767de835edf527b879a363d518c33da68adb81 (patch)
treec7d61f1bfae323a0907b19b2b3e26797ddce2ea5 /drivers/gpu/drm/lima/lima_drv.h
parentbccafec957a5c4b22ac29e53a39e82d0a0008348 (diff)
downloadlinux-87767de835edf527b879a363d518c33da68adb81.tar.gz
linux-87767de835edf527b879a363d518c33da68adb81.tar.bz2
linux-87767de835edf527b879a363d518c33da68adb81.zip
drm/lima: allocate unique id per drm_file
To track if fds are pointing to the same execution context and export the expected information to fdinfo, similar to what is done in other drivers. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230312233052.21095-3-nunes.erico@gmail.com
Diffstat (limited to 'drivers/gpu/drm/lima/lima_drv.h')
-rw-r--r--drivers/gpu/drm/lima/lima_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/lima/lima_drv.h b/drivers/gpu/drm/lima/lima_drv.h
index c738d288547b..e49b7ab651d0 100644
--- a/drivers/gpu/drm/lima/lima_drv.h
+++ b/drivers/gpu/drm/lima/lima_drv.h
@@ -20,6 +20,7 @@ struct lima_sched_task;
struct drm_lima_gem_submit_bo;
struct lima_drm_priv {
+ int id;
struct lima_vm *vm;
struct lima_ctx_mgr ctx_mgr;
};