]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: skip kfd init if GFX is not ready.
authorYifan Zhang <yifan1.zhang@amd.com>
Thu, 18 Jul 2024 05:18:53 +0000 (13:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Jul 2024 18:43:58 +0000 (14:43 -0400)
commit3b37e2725ab32c9055bec00ef41caa63839efd37
tree203ff2e9f76a4ff15e80ba0f4ac51b66380e3bdb
parent305cd109b761202d71f2f655ea369fe889ba1d01
drm/amdgpu: skip kfd init if GFX is not ready.

avoid kfd init crash in that case.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Tested-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Jesse Zhang <Jesse.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c