mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +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
@@ -200,7 +200,7 @@ TEST_F(CommandStreamReceiverTest, WhenMakingResidentThenAllocationIsPushedToMemo
|
||||
}
|
||||
|
||||
TEST_F(CommandStreamReceiverTest, GivenNoParamatersWhenMakingResidentThenResidencyDoesNotOccur) {
|
||||
commandStreamReceiver->processResidency(commandStreamReceiver->getResidencyAllocations());
|
||||
commandStreamReceiver->processResidency(commandStreamReceiver->getResidencyAllocations(), 0u);
|
||||
auto &residencyAllocations = commandStreamReceiver->getResidencyAllocations();
|
||||
EXPECT_EQ(0u, residencyAllocations.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user