OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fence_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic_uapi.c
1091
static int setup_out_fence(struct drm_out_fence_state *
fence_state
,
1107
ret = -copyout(&fd,
fence_state
->out_fence_ptr, sizeof fd);
1112
fence_state
->sync_file = sync_file_create(fence, fp);
1113
if (
fence_state
->sync_file == NULL) {
1124
fence_state
->fd = fd;
1127
fence_state
->fd = get_unused_fd_flags(O_CLOEXEC);
1128
if (
fence_state
->fd < 0)
1129
return
fence_state
->fd;
1131
if (put_user(
fence_state
->fd,
fence_state
->out_fence_ptr)
1331
struct drm_out_
fence_state
*
fence_state
;
local in function:drm_mode_atomic_ioctl
[
all
...]
drm_atomic_uapi.c
1091
static int setup_out_fence(struct drm_out_fence_state *
fence_state
,
1107
ret = -copyout(&fd,
fence_state
->out_fence_ptr, sizeof fd);
1112
fence_state
->sync_file = sync_file_create(fence, fp);
1113
if (
fence_state
->sync_file == NULL) {
1124
fence_state
->fd = fd;
1127
fence_state
->fd = get_unused_fd_flags(O_CLOEXEC);
1128
if (
fence_state
->fd < 0)
1129
return
fence_state
->fd;
1131
if (put_user(
fence_state
->fd,
fence_state
->out_fence_ptr)
1331
struct drm_out_
fence_state
*
fence_state
;
local in function:drm_mode_atomic_ioctl
[
all
...]
Completed in 106 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025