aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima/lima_drv.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2023-04-04 00:26:00 +0000
committerQiang Yu <[email protected]>2023-04-05 00:40:06 +0000
commit4ad17bf571730475bf62290399d52b26ece8228c (patch)
tree04f8ceef7b9411808aa41308747cc2348bdf8a67 /drivers/gpu/drm/lima/lima_drv.h
parentRevert "drm/lima: add show_fdinfo for drm usage stats" (diff)
downloadkernel-4ad17bf571730475bf62290399d52b26ece8228c.tar.gz
kernel-4ad17bf571730475bf62290399d52b26ece8228c.zip
Revert "drm/lima: allocate unique id per drm_file"
This reverts commit 87767de835edf527b879a363d518c33da68adb81. This is due to the depend commit has been reverted on upstream: commit baad10973fdb ("Revert "drm/scheduler: track GPU active time per entity"") Acked-by: Emil Velikov <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/lima/lima_drv.h')
-rw-r--r--drivers/gpu/drm/lima/lima_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_drv.h b/drivers/gpu/drm/lima/lima_drv.h
index e49b7ab651d0..c738d288547b 100644
--- a/drivers/gpu/drm/lima/lima_drv.h
+++ b/drivers/gpu/drm/lima/lima_drv.h
@@ -20,7 +20,6 @@ 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;
};