Remove unrecoverable.
Change-Id: I4f8db72668d8d36a68f46a591ee0823b35e41fb7
This commit is contained in:
parent
6956c59436
commit
3d139c204e
|
@ -278,8 +278,6 @@ void WddmMemoryManager::freeGraphicsMemoryImpl(GraphicsAllocation *gfxAllocation
|
||||||
|
|
||||||
releaseResidencyLock();
|
releaseResidencyLock();
|
||||||
|
|
||||||
UNRECOVERABLE_IF(gfxAllocation->taskCount != ObjectNotUsed && this->device && this->device->peekCommandStreamReceiver() && gfxAllocation->taskCount > *this->device->getCommandStreamReceiver().getTagAddress());
|
|
||||||
|
|
||||||
if (input->gmm) {
|
if (input->gmm) {
|
||||||
if (input->gmm->isRenderCompressed) {
|
if (input->gmm->isRenderCompressed) {
|
||||||
auto status = wddm->updateAuxTable(input->gpuPtr, input->gmm, false);
|
auto status = wddm->updateAuxTable(input->gpuPtr, input->gmm, false);
|
||||||
|
|
Loading…
Reference in New Issue