From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

---
 kernel/drivers/gpu/drm/nouveau/include/nvif/user.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/gpu/drm/nouveau/include/nvif/user.h b/kernel/drivers/gpu/drm/nouveau/include/nvif/user.h
index 03c1182..146986a 100644
--- a/kernel/drivers/gpu/drm/nouveau/include/nvif/user.h
+++ b/kernel/drivers/gpu/drm/nouveau/include/nvif/user.h
@@ -10,10 +10,11 @@
 
 struct nvif_user_func {
 	void (*doorbell)(struct nvif_user *, u32 token);
+	u64 (*time)(struct nvif_user *);
 };
 
-int nvif_user_init(struct nvif_device *);
-void nvif_user_fini(struct nvif_device *);
+int nvif_user_ctor(struct nvif_device *, const char *name);
+void nvif_user_dtor(struct nvif_device *);
 
 extern const struct nvif_user_func nvif_userc361;
 #endif

--
Gitblit v1.6.2