diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.h | 1 | 
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 eb9aff1e7253..1f40ba3b0460 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.h +++ b/drivers/gpu/drm/amd/amdgpu/nv.h @@ -38,5 +38,6 @@ 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); +int cyan_skillfish_reg_base_init(struct amdgpu_device *adev);  #endif  |