summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/nv.h
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2020-08-27 17:44:17 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-10-05 22:14:02 +0300
commit1f9dab43c2cc19e69e368541ab8959859676e543 (patch)
tree59a1757453dc22b2efb8a9e975701f41175058d1 /drivers/gpu/drm/amd/amdgpu/nv.h
parent4e52a9f8d5706b0be6b10912ed1397c9a90ccb8d (diff)
downloadlinux-1f9dab43c2cc19e69e368541ab8959859676e543.tar.xz
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