We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4981b commit f3a3bbfCopy full SHA for f3a3bbf
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -2738,7 +2738,8 @@ static void amdgpu_ras_query_poison_mode(struct amdgpu_device *adev)
2738
return;
2739
2740
/* Init poison supported flag, the default value is false */
2741
- if (adev->gmc.xgmi.connected_to_cpu) {
+ if (adev->gmc.xgmi.connected_to_cpu ||
2742
+ adev->gmc.is_app_apu) {
2743
/* enabled by default when GPU is connected to CPU */
2744
con->poison_supported = true;
2745
} else if (adev->df.funcs &&
0 commit comments