diff options
author | Tao Zhou <[email protected]> | 2021-07-13 17:18:03 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-07-23 10:08:00 -0400 |
commit | 6e80eacd9c995769952fc75010d64500a905bd14 (patch) | |
tree | ce803eafd16235e26ef68cc0af51579364f5310c | |
parent | 708391977be557359f7e765c4474e237238febb2 (diff) |
drm/amdgpu: init family name for cyan_skillfish
Use FAMILY_NV for cyan_skillfish.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 ba7b193ef0e9..909e52fb76cd 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -2150,6 +2150,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev) case CHIP_BEIGE_GOBY: case CHIP_VANGOGH: case CHIP_YELLOW_CARP: + case CHIP_CYAN_SKILLFISH: if (adev->asic_type == CHIP_VANGOGH) adev->family = AMDGPU_FAMILY_VGH; else if (adev->asic_type == CHIP_YELLOW_CARP) |