Globally enable priority hints extension.

Change-Id: I9f3b8d3cf1bedb41d9e0622ff514bf76b4518d8c
This commit is contained in:
Zdunowski, Piotr
2018-01-24 12:00:27 +01:00
committed by sys_ocldev
parent 5b0ebe25d5
commit 0b6b12ea57
17 changed files with 87 additions and 123 deletions

View File

@@ -133,7 +133,7 @@ struct UltCommandStreamReceiverTest
DispatchFlags dispatchFlags;
dispatchFlags.blocking = block;
dispatchFlags.requiresCoherency = requiresCoherency;
dispatchFlags.low_priority = lowPriority;
dispatchFlags.lowPriority = lowPriority;
return commandStreamReceiver.flushTask(
commandStream,
@@ -2153,7 +2153,7 @@ HWTEST_F(CommandStreamReceiverFlushTaskTests, givenCsrInBatchingModeWhenFlushTas
auto usedAfterFirstFlushTask = commandStream.getUsed();
dispatchFlags.requiresCoherency = true;
dispatchFlags.low_priority = true;
dispatchFlags.lowPriority = true;
mockCsr->flushTask(commandStream,
commandStream.getUsed(),