summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/nv.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-05-13 00:13:25 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-06-04 23:03:06 +0300
commitcdf9979be9769f96693a70b037f6e14115e99b68 (patch)
tree58e20bbf0b667f9baa0eff9e4814696514262188 /drivers/gpu/drm/amd/amdgpu/nv.h
parent8bf84f60c53e80e26ce798c73d2f46d43d5c0da0 (diff)
downloadlinux-cdf9979be9769f96693a70b037f6e14115e99b68.tar.xz
drm/amdgpu: add yellow_carp_reg_base_init function for yellow carp (v2)
This patch adds yellow_carp_reg_base_init function to init the register base for yellow carp. v2: squash in updates (Alex) Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.h b/drivers/gpu/drm/amd/amdgpu/nv.h
index 330438388fde..eb9aff1e7253 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.h
+++ b/drivers/gpu/drm/amd/amdgpu/nv.h
@@ -37,4 +37,6 @@ int sienna_cichlid_reg_base_init(struct amdgpu_device *adev);
void vangogh_reg_base_init(struct amdgpu_device *adev);
int dimgrey_cavefish_reg_base_init(struct amdgpu_device *adev);
int beige_goby_reg_base_init(struct amdgpu_device *adev);
+int yellow_carp_reg_base_init(struct amdgpu_device *adev);
+
#endif