Skip to content

Commit a6dea2d

Browse files
committed
drm/amdkfd: ignore crat by default
We are dropping the IOMMUv2 path, so no need to enable this. It's often buggy on consumer platforms anyway. Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Tested-by: Mike Lothian <mike@fireburn.co.uk> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 2e91e73 commit a6dea2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/gpu/drm/amd/amdkfd/kfd_crat.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,11 +1543,7 @@ static bool kfd_ignore_crat(void)
15431543
if (ignore_crat)
15441544
return true;
15451545

1546-
#ifndef KFD_SUPPORT_IOMMU_V2
15471546
ret = true;
1548-
#else
1549-
ret = false;
1550-
#endif
15511547

15521548
return ret;
15531549
}

0 commit comments

Comments
 (0)