aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/nv.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-05-12 17:13:25 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-06-04 16:03:06 -0400
commitcdf9979be9769f96693a70b037f6e14115e99b68 (patch)
tree58e20bbf0b667f9baa0eff9e4814696514262188 /drivers/gpu/drm/amd/amdgpu/nv.h
parentdrm/amdgpu: add yellow carp support for gpu_info and ip block setting (diff)
downloadlinux-dev-cdf9979be9769f96693a70b037f6e14115e99b68.tar.xz
linux-dev-cdf9979be9769f96693a70b037f6e14115e99b68.zip
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