[PATCH 10/10] drm/amdkfd: enable renoir while device probes
Huang, Ray
Ray.Huang at amd.com
Wed Sep 4 15:48:32 UTC 2019
This patch is to add asic flag to enable device probe during kfd init.
Signed-off-by: Huang Rui <ray.huang at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
index 3dfd9de..51687af8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
@@ -90,6 +90,7 @@ void amdgpu_amdkfd_device_probe(struct amdgpu_device *adev)
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_RAVEN:
+ case CHIP_RENOIR:
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0) && defined(BUILD_AS_DKMS)
if (adev->asic_type == CHIP_RAVEN) {
dev_dbg(adev->dev, "DKMS installed kfd does not support Raven for kernel < 4.16\n");
--
2.7.4
More information about the amd-gfx
mailing list