Remove DispatchFlags param from CSR methods

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-11-04 12:54:18 +00:00
committed by Compute-Runtime-Automation
parent 4b5a718f40
commit 5bbdd0fe2c
7 changed files with 10 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ namespace NEO {
static auto gfxCore = IGFX_GEN12LP_CORE;
template <>
void CommandStreamReceiverHw<Family>::programL3(LinearStream &csr, DispatchFlags &dispatchFlags, uint32_t &newL3Config) {
void CommandStreamReceiverHw<Family>::programL3(LinearStream &csr, uint32_t &newL3Config) {
}
template <>