mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Remove handleId from DrmCommandStreamReceiver
pass it as a function argument Resolves: NEO-3856 Change-Id: I796ca1236ead97d179aefa0684c1234452c94744 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
124a598677
commit
5de70b9416
@@ -660,8 +660,8 @@ HWTEST_P(ProgramFromBinaryTest, givenIsaAllocationUsedByMultipleCsrsWhenItIsDele
|
||||
csr0.makeResident(*kernelAllocation);
|
||||
csr1.makeResident(*kernelAllocation);
|
||||
|
||||
csr0.processResidency(csr0.getResidencyAllocations());
|
||||
csr1.processResidency(csr1.getResidencyAllocations());
|
||||
csr0.processResidency(csr0.getResidencyAllocations(), 0u);
|
||||
csr1.processResidency(csr1.getResidencyAllocations(), 0u);
|
||||
|
||||
csr0.makeNonResident(*kernelAllocation);
|
||||
csr1.makeNonResident(*kernelAllocation);
|
||||
|
||||
Reference in New Issue
Block a user