forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h
....@@ -30,5 +30,8 @@
3030 bool value);
3131 void gfxhub_v1_0_init(struct amdgpu_device *adev);
3232 u64 gfxhub_v1_0_get_mc_fb_offset(struct amdgpu_device *adev);
33
+void gfxhub_v1_0_setup_vm_pt_regs(struct amdgpu_device *adev, uint32_t vmid,
34
+ uint64_t page_table_base);
3335
36
+extern const struct amdgpu_gfxhub_funcs gfxhub_v1_0_funcs;
3437 #endif