From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 01:13:52 +0000
Subject: [PATCH] disable i2c1

---
 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