Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
intel
/
common
/
xe
/
intel_queue.h
blob: 42d128db4468a02271254ac738c6445cbe904e83 [
file
] [
log
] [
blame
]
/*
* Copyright 2024 Intel Corporation
* SPDX-License-Identifier: MIT
*/
#pragma
once
#include
<stdint.h>
int
xe_queue_get_syncobj_for_idle
(
int
fd
,
uint32_t
exec_queue_id
,
uint32_t
*
syncobj
);