OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vblwait
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/bsd-core/
drm_irq.c
432
union drm_wait_vblank *
vblwait
= data;
local in function:drm_wait_vblank
439
if (
vblwait
->request.type &
442
vblwait
->request.type,
447
flags =
vblwait
->request.type & _DRM_VBLANK_FLAGS_MASK;
460
switch (
vblwait
->request.type & _DRM_VBLANK_TYPES_MASK) {
462
vblwait
->request.sequence += seq;
463
vblwait
->request.type &= ~_DRM_VBLANK_RELATIVE;
472
(seq -
vblwait
->request.sequence) <= (1<<23)) {
473
vblwait
->request.sequence = seq + 1;
483
vbl_sig->sequence =
vblwait
->request.sequence
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c
1555
union drm_wait_vblank *
vblwait
,
1574
e->event.vbl.user_data =
vblwait
->request.signal;
1612
vblwait
->reply.sequence = seq;
1616
vblwait
->reply.sequence = req_seq;
1631
static bool drm_wait_vblank_is_query(union drm_wait_vblank *
vblwait
)
1633
if (
vblwait
->request.sequence)
1637
(
vblwait
->request.type & (_DRM_VBLANK_TYPES_MASK |
1680
union drm_wait_vblank *
vblwait
= data;
local in function:drm_wait_vblank_ioctl
1689
if (
vblwait
->request.type & _DRM_VBLANK_SIGNAL)
1692
if (
vblwait
->request.type
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025