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 53013af commit 0969584Copy full SHA for 0969584
Source/GmmLib/Resource/GmmResourceInfoCommon.cpp
@@ -55,6 +55,7 @@ uint8_t GMM_STDCALL GmmLib::GmmResourceInfoCommon::Is64KBPageSuitable()
55
if(pGmmGlobalContext->GetSkuTable().FtrLocalMemory)
56
{
57
Ignore64KBPadding |= (Surf.Flags.Info.NonLocalOnly || (Surf.Flags.Info.Shared && !Surf.Flags.Info.NotLockable));
58
+ Ignore64KBPadding |= (pGmmGlobalContext->GetSkuTable().FtrLocalMemoryAllows4KB && Surf.Flags.Info.NoOptimizationPadding);
59
}
60
else
61
0 commit comments