mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[PVC] Enable direct submission on main BCS
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f91ae9d59c
commit
3905fa7540
@@ -39,6 +39,7 @@ const RuntimeCapabilityTable PVC::capabilityTable{
|
||||
{aub_stream::ENGINE_CCS1, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_CCS2, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_CCS3, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_BCS, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_BCS1, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_BCS2, {true, false, true, true}},
|
||||
{aub_stream::ENGINE_BCS3, {true, false, true, true}},
|
||||
|
||||
Reference in New Issue
Block a user