aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/nv.h
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2020-08-27 10:44:17 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-10-05 15:14:02 -0400
commit1f9dab43c2cc19e69e368541ab8959859676e543 (patch)
tree59a1757453dc22b2efb8a9e975701f41175058d1 /drivers/gpu/drm/amd/amdgpu/nv.h
parentdrm/amdgpu: add van gogh support for gpu_info and ip block setting (diff)
downloadlinux-dev-1f9dab43c2cc19e69e368541ab8959859676e543.tar.xz
linux-dev-1f9dab43c2cc19e69e368541ab8959859676e543.zip
drm/amdgpu: add vangogh_reg_base_init function for van gogh
This patch adds vangogh_reg_base_init function to init the register base for van gogh. v2: make vangogh_reg_base_init void, align equality sign Signed-off-by: Huang Rui <ray.huang@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/nv.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/nv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.h b/drivers/gpu/drm/amd/amdgpu/nv.h
index aeef50a6a54b..bb17e0f434c9 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.h
+++ b/drivers/gpu/drm/amd/amdgpu/nv.h
@@ -34,4 +34,5 @@ int navi10_reg_base_init(struct amdgpu_device *adev);
int navi14_reg_base_init(struct amdgpu_device *adev);
int navi12_reg_base_init(struct amdgpu_device *adev);
int sienna_cichlid_reg_base_init(struct amdgpu_device *adev);
+void vangogh_reg_base_init(struct amdgpu_device *adev);
#endif