hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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