Remove unrecoverable.

Change-Id: I4f8db72668d8d36a68f46a591ee0823b35e41fb7
This commit is contained in:
Mrozek, Michal 2018-03-09 16:20:28 +01:00
parent 6956c59436
commit 3d139c204e
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ void WddmMemoryManager::freeGraphicsMemoryImpl(GraphicsAllocation *gfxAllocation
releaseResidencyLock();
UNRECOVERABLE_IF(gfxAllocation->taskCount != ObjectNotUsed && this->device && this->device->peekCommandStreamReceiver() && gfxAllocation->taskCount > *this->device->getCommandStreamReceiver().getTagAddress());
if (input->gmm) {
if (input->gmm->isRenderCompressed) {
auto status = wddm->updateAuxTable(input->gpuPtr, input->gmm, false);