mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Add interface for user fence extension
Related-To: NEO-6575 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d3d803cdb0
commit
d44f3009b8
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user