Making DSH and IOH always resident

Change-Id: Ib114b92cb5ee153f213c15c935f8f1d1cfeb46eb
This commit is contained in:
Koska, Andrzej
2018-04-12 10:05:35 +02:00
committed by sys_ocldev
parent d516cd6edc
commit b0a6d9131a
5 changed files with 51 additions and 3 deletions

View File

@ -299,8 +299,10 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
auto sshAllocation = ssh.getGraphicsAllocation();
this->makeResident(*dshAllocation);
dshAllocation->setEvictable(false);
this->makeResident(*iohAllocation);
this->makeResident(*sshAllocation);
iohAllocation->setEvictable(false);
this->makeResident(*tagAllocation);