projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa97859
)
drm/amdkfd: enable renoir while device probes
author
Huang Rui
<ray.huang@amd.com>
Mon, 2 Sep 2019 14:35:37 +0000
(22:35 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 16 Sep 2019 14:55:50 +0000
(09:55 -0500)
This patch is to add asic flag to enable device probe during kfd init.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
index 9f061fe55d096a7da362adf41bb4b2de1c03b271..4a66e7ae03434b34b26b447847b63ea2b01397e7 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
@@
-86,6
+86,7
@@
void amdgpu_amdkfd_device_probe(struct amdgpu_device *adev)
case CHIP_VEGA12:
case CHIP_VEGA20:
case CHIP_RAVEN:
+ case CHIP_RENOIR:
kfd2kgd = amdgpu_amdkfd_gfx_9_0_get_functions();
break;
case CHIP_ARCTURUS: