mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Remove DispatchFlags param from CSR methods
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
4b5a718f40
commit
5bbdd0fe2c
@ -45,11 +45,10 @@ GEN8TEST_F(CommandStreamReceiverHwTestGen8, GivenChangedL3ConfigWhenL3IsProgramm
|
||||
void *buffer = alignedMalloc(bufferSize, 64);
|
||||
|
||||
LinearStream stream(buffer, bufferSize);
|
||||
DispatchFlags flags = DispatchFlagsHelper::createDefaultDispatchFlags();
|
||||
|
||||
uint32_t l3Config = 0x12345678;
|
||||
|
||||
csr.programL3(stream, flags, l3Config);
|
||||
csr.programL3(stream, l3Config);
|
||||
|
||||
this->parseCommands<FamilyType>(stream);
|
||||
|
||||
|
Reference in New Issue
Block a user