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/amd/amdgpu/gfxhub_v1_0.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h b/kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h
index 206e29c..0c46672 100644
--- a/kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h
+++ b/kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h
@@ -30,5 +30,8 @@
 					  bool value);
 void gfxhub_v1_0_init(struct amdgpu_device *adev);
 u64 gfxhub_v1_0_get_mc_fb_offset(struct amdgpu_device *adev);
+void gfxhub_v1_0_setup_vm_pt_regs(struct amdgpu_device *adev, uint32_t vmid,
+				uint64_t page_table_base);
 
+extern const struct amdgpu_gfxhub_funcs gfxhub_v1_0_funcs;
 #endif

--
Gitblit v1.6.2