Skip to content

Commit

Permalink
Remove GMM_ASSERT regarding ExistingSysMem
Browse files Browse the repository at this point in the history
Change-Id: I3747d727579fee198f0592d711222bef93a9a82d
  • Loading branch information
vipuldas authored and gfxbot committed Apr 30, 2018
1 parent 90bcbc6 commit a501534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/GmmLib/Resource/GmmResourceInfoCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ GMM_STATUS GMM_STDCALL GmmLib::GmmResourceInfoCommon::Create(Context &GmmLibCont
}
}

__GMM_ASSERT(!(Surf.Flags.Info.ExistingSysMem && CreateParams.NoGfxMemory));
if(Surf.Flags.Info.ExistingSysMem)
{
Surf.ExistingSysMem.IsGmmAllocated =
Expand Down

0 comments on commit a501534

Please sign in to comment.