Remove lowPriorityEngineType member

Change-Id: I39908addf1c3a12f7807479132d0a6d5a4398d7b
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-09-28 13:33:46 +02:00
committed by sys_ocldev
parent 1b0983d7db
commit 28acc2c8f6
9 changed files with 7 additions and 17 deletions

View File

@@ -145,8 +145,6 @@ class HwHelperHw : public HwHelper {
return hwHelper;
}
static const aub_stream::EngineType lowPriorityEngineType;
uint32_t getBindingTableStateSurfaceStatePointer(const void *pBindingTable, uint32_t index) override {
using BINDING_TABLE_STATE = typename GfxFamily::BINDING_TABLE_STATE;

View File

@@ -26,9 +26,6 @@
namespace NEO {
template <typename Family>
const aub_stream::EngineType HwHelperHw<Family>::lowPriorityEngineType = aub_stream::EngineType::ENGINE_RCS;
template <typename Family>
const AuxTranslationMode HwHelperHw<Family>::defaultAuxTranslationMode = AuxTranslationMode::Builtin;