Add interface for user fence extension

Related-To: NEO-6575

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-01-19 18:14:10 +00:00
committed by Compute-Runtime-Automation
parent d3d803cdb0
commit d44f3009b8
16 changed files with 118 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -93,7 +93,9 @@ bool DrmDirectSubmission<GfxFamily, Dispatcher>::submit(uint64_t gpuAddress, siz
drmContextIds[drmContextId],
nullptr,
0,
&execObject);
&execObject,
0,
0);
drmContextId++;
}
}