mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Revert direct submission enabling on non default CCS
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3a6a24a911
commit
8355cf4ecf
@@ -35,10 +35,10 @@ const PLATFORM XE_HP_SDV::platform = {
|
||||
|
||||
const RuntimeCapabilityTable XE_HP_SDV::capabilityTable{
|
||||
EngineDirectSubmissionInitVec{
|
||||
{aub_stream::ENGINE_CCS, {true, false, true, true, true, true}},
|
||||
{aub_stream::ENGINE_CCS1, {true, false, true, true, true, true}},
|
||||
{aub_stream::ENGINE_CCS2, {true, false, true, true, true, true}},
|
||||
{aub_stream::ENGINE_CCS3, {true, false, true, true, true, true}}}, // directSubmissionEngines
|
||||
{aub_stream::ENGINE_CCS, {true, true, false, true}},
|
||||
{aub_stream::ENGINE_CCS1, {true, false, false, true}},
|
||||
{aub_stream::ENGINE_CCS2, {true, false, false, true}},
|
||||
{aub_stream::ENGINE_CCS3, {true, false, false, true}}}, // directSubmissionEngines
|
||||
{0, 0, 0, false, false, false}, // kmdNotifyProperties
|
||||
MemoryConstants::max48BitAddress, // gpuAddressSpace
|
||||
83.333, // defaultProfilingTimerResolution
|
||||
|
||||
Reference in New Issue
Block a user