kernel/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h
.. .. @@ -30,5 +30,8 @@ 30 30 bool value); 31 31 void gfxhub_v1_0_init(struct amdgpu_device *adev); 32 32 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);33 35 36 +extern const struct amdgpu_gfxhub_funcs gfxhub_v1_0_funcs;34 37 #endif