From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- 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