Commit 95979df2 authored by Alex Deucher's avatar Alex Deucher
Browse files

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: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Tested-by: default avatarMike Lothian <mike@fireburn.co.uk>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9e761bff
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1543,11 +1543,7 @@ static bool kfd_ignore_crat(void)
	if (ignore_crat)
		return true;

#ifndef KFD_SUPPORT_IOMMU_V2
	ret = true;
#else
	ret = false;
#endif

	return ret;
}