kernel/drivers/gpu/drm/nouveau/include/nvif/user.h
.. .. @@ -10,10 +10,11 @@ 10 10 11 11 struct nvif_user_func { 12 12 void (*doorbell)(struct nvif_user *, u32 token); 13 + u64 (*time)(struct nvif_user *);13 14 }; 14 15 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 *);17 18 18 19 extern const struct nvif_user_func nvif_userc361; 19 20 #endif