Init MI_SEMAPHORE_WAIT with memory polling mode

Change-Id: Id7e4ca279568bf3366ab958ab3bb9af8454f5045
This commit is contained in:
Milczarek, Slawomir
2018-11-01 22:59:42 -07:00
parent 5e25f81ff5
commit 08676826c6
12 changed files with 17 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ struct BDWFamily : public GEN8 {
static const MI_BATCH_BUFFER_END cmdInitBatchBufferEnd;
static const MI_BATCH_BUFFER_START cmdInitBatchBufferStart;
static const PIPE_CONTROL cmdInitPipeControl;
static const MI_SEMAPHORE_WAIT cmdInitMiSemaphoreWait;
static constexpr bool supportsCmdSet(GFXCORE_FAMILY cmdSetBaseFamily) {
return cmdSetBaseFamily == IGFX_GEN8_CORE;