diff options
author | Yong Zhao <Yong.Zhao@amd.com> | 2019-09-24 17:08:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-03 09:11:04 -0500 |
commit | 286b789e1e119bfe54b15f4d93a60ea200adfc8d (patch) | |
tree | c96881e7d1db49b654c5ad5098a1d51c467faad9 /drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h | |
parent | 56fc40aba4d9bc22ccbb8ce88a1c41f666d04f05 (diff) | |
download | linux-286b789e1e119bfe54b15f4d93a60ea200adfc8d.tar.gz linux-286b789e1e119bfe54b15f4d93a60ea200adfc8d.tar.bz2 linux-286b789e1e119bfe54b15f4d93a60ea200adfc8d.zip |
drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0
The KFD code will call this function later.
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h b/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h index 06807940748b..392b8cd94fc0 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h +++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.h @@ -31,5 +31,7 @@ void gfxhub_v2_0_set_fault_enable_default(struct amdgpu_device *adev, bool value); void gfxhub_v2_0_init(struct amdgpu_device *adev); u64 gfxhub_v2_0_get_mc_fb_offset(struct amdgpu_device *adev); +void gfxhub_v2_0_setup_vm_pt_regs(struct amdgpu_device *adev, uint32_t vmid, + uint64_t page_table_base); #endif |