[PVC] Enable direct submission on main BCS

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-03-07 09:44:17 +00:00
committed by Compute-Runtime-Automation
parent f91ae9d59c
commit 3905fa7540

View File

@@ -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}},