[PATCH] drm/amd/amdgpu: Enable raven gpu_info firmware
Tom St Denis
tom.stdenis at amd.com
Thu May 18 12:00:04 UTC 2017
Add CHIP_RAVEN to the list of ASICs that have
gpu_info firmware.
Signed-off-by: Tom St Denis <tom.stdenis at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index d95d4c92da2a..ca9a765385de 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1428,6 +1428,9 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
#endif
default:
return 0;
+ case CHIP_RAVEN:
+ chip_name = "raven";
+ break;
case CHIP_VEGA10:
chip_name = "vega10";
break;
--
2.12.0
More information about the amd-gfx
mailing list