A partial unification of AUB and TBX CSR classes

This commit moves initialization of global MMIOs from AUB CSR to Simulated CSR

Change-Id: I93a612d4f0c82e7135287f6508870190790141bc
This commit is contained in:
Milczarek, Slawomir
2018-11-09 23:00:58 -08:00
parent 5e75027735
commit aa18a62d70
29 changed files with 226 additions and 97 deletions

View File

@ -7,7 +7,6 @@
#include "runtime/command_stream/aub_command_stream_receiver_hw.h"
#include "runtime/command_stream/aub_command_stream_receiver_hw.inl"
#include "runtime/command_stream/command_stream_receiver_simulated_common_hw.inl"
#include "runtime/helpers/base_object.h"
#include "runtime/helpers/array_count.h"
@ -24,5 +23,4 @@ void populateFactoryTable<AUBCommandStreamReceiverHw<Family>>() {
}
template class AUBCommandStreamReceiverHw<Family>;
template class CommandStreamReceiverSimulatedCommonHw<Family>;
} // namespace OCLRT