Virtual engines for BCS

Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com
Related-To: NEO-6591
This commit is contained in:
Daniel Chabrowski
2022-04-06 16:20:27 +00:00
committed by Compute-Runtime-Automation
parent 7d79c64c35
commit 3c4b442c79
6 changed files with 872 additions and 18 deletions

View File

@@ -320,6 +320,7 @@ bool DrmMockPrelimContext::handlePrelimQueryItem(void *arg) {
case PRELIM_DRM_I915_QUERY_DISTANCE_INFO: {
if (failDistanceInfoQuery) {
queryItem->length = -EINVAL;
return false;
}