forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/gpu/drm/nouveau/include/nvif/user.h
....@@ -10,10 +10,11 @@
1010
1111 struct nvif_user_func {
1212 void (*doorbell)(struct nvif_user *, u32 token);
13
+ u64 (*time)(struct nvif_user *);
1314 };
1415
15
-int nvif_user_init(struct nvif_device *);
16
-void nvif_user_fini(struct nvif_device *);
16
+int nvif_user_ctor(struct nvif_device *, const char *name);
17
+void nvif_user_dtor(struct nvif_device *);
1718
1819 extern const struct nvif_user_func nvif_userc361;
1920 #endif