diff --git a/shared/source/xe_hpc_core/hw_info_pvc.cpp b/shared/source/xe_hpc_core/hw_info_pvc.cpp index ea869098c6..427f8f6c68 100644 --- a/shared/source/xe_hpc_core/hw_info_pvc.cpp +++ b/shared/source/xe_hpc_core/hw_info_pvc.cpp @@ -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}},