kfdtest: Pass timeout parameter to BaseQueue::Wait4PacketConsumption

Change-Id: I0e88db5ca8e6712e9efc419a10eb4c49cedb6f62
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Tá an tiomantas seo le fáil i:
Felix Kuehling
2019-05-29 00:28:51 -04:00
tuismitheoir f5a094bc96
tiomantas 6f5379d315
D'athraigh 2 comhad le 2 breiseanna agus 2 scriosta
+1 -1
Féach ar an gComhad
@@ -80,6 +80,6 @@ void PM4Queue::Wait4PacketConsumption(HsaEvent *event, unsigned int timeOut) {
EXPECT_SUCCESS(hsaKmtWaitOnEvent(event, timeOut));
} else {
BaseQueue::Wait4PacketConsumption();
BaseQueue::Wait4PacketConsumption(NULL, timeOut);
}
}