mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Making DSH and IOH always resident
Change-Id: Ib114b92cb5ee153f213c15c935f8f1d1cfeb46eb
This commit is contained in:

committed by
sys_ocldev

parent
d516cd6edc
commit
b0a6d9131a
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user