diff options
| author | Jiansong Chen <[email protected]> | 2020-02-10 14:25:57 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-15 12:45:39 -0400 |
| commit | ddd8fbe77dadf6d889a7bbd0f82fc29093582d75 (patch) | |
| tree | 16ae81d8202a8c8f539af34ba2745ce8d95f74db /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | 6565547113c956897be3c57f4b2d6ac6cbedeffe (diff) | |
drm/amdgpu: add navy_flounder asic type
Signed-off-by: Jiansong Chen <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 3bf4ca2c5b25..b6ea86676409 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -114,6 +114,7 @@ const char *amdgpu_asic_name[] = { "NAVI14", "NAVI12", "SIENNA_CICHLID", + "NAVY_FLOUNDER", "LAST", }; |