diff options
| author | Chengming Gui <[email protected]> | 2020-10-13 08:32:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-05-20 02:40:09 +0000 |
| commit | fd5b4b44e453c1ba850bedb197c38310f3379299 (patch) | |
| tree | 23089d2d96d01cb4745acfd33c448ad03babebbe /drivers/gpu/drm/amd/amdgpu/nv.c | |
| parent | drm/amd/amdgpu: add common support for beige_goby (diff) | |
| download | kernel-fd5b4b44e453c1ba850bedb197c38310f3379299.tar.gz kernel-fd5b4b44e453c1ba850bedb197c38310f3379299.zip | |
drm/amd/amdgpu: initialize IP offset for beige_goby
Add ip offset definition for beige_goby and initialize it
v2: squash in fixes (Alex)
V3: fix permissions on file (Alex)
Signed-off-by: Chengming Gui <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 2688d8b09041..40abc029d317 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -778,6 +778,9 @@ legacy_init: case CHIP_DIMGREY_CAVEFISH: dimgrey_cavefish_reg_base_init(adev); break; + case CHIP_BEIGE_GOBY: + beige_goby_reg_base_init(adev); + break; default: return -EINVAL; } |
