diff options
| author | Jiansong Chen <[email protected]> | 2020-02-11 14:00:39 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-15 12:46:07 -0400 |
| commit | c8c959f601dcb64a4e152716099b727e3417ddaf (patch) | |
| tree | c0ba37bfb0f99d2975e2ec96439282bb29d9f748 | |
| parent | 543aa2595c238aab6966366bd236b2beb5088d5e (diff) | |
drm/amdgpu: initialize IP offset for navy_flounder
since navy_flounder has the same ip offset with sienna_cichlid,
follow sienna_cichlid setting for the moment.
Signed-off-by: Jiansong Chen <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 665fb4c68e80..b78b9ba4a934 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -424,6 +424,7 @@ legacy_init: navi12_reg_base_init(adev); break; case CHIP_SIENNA_CICHLID: + case CHIP_NAVY_FLOUNDER: sienna_cichlid_reg_base_init(adev); break; default: |