Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:no_vblank
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H
A
D
lsdc_drv.h
323
bool
no_vblank
);
330
bool
no_vblank
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_trace.h
177
__field(bool,
no_vblank
)
199
__entry->
no_vblank
= state->
no_vblank
;
211
"self_refresh_active=%d
no_vblank
=%d) mask(plane=%x conn=%x "
219
__entry->self_refresh_active, __entry->
no_vblank
,
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_crtc.h
174
* @
no_vblank
:
207
bool
no_vblank
: 1;
member
352
* &struct drm_crtc_state.
no_vblank
makes DRM's atomic commit helpers
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
H
A
D
xen_drm_front_kms.c
233
* in send_pending_event(), disable
no_vblank
(i.e., the xen
in display_check()
236
crtc_state->
no_vblank
= false;
in display_check()
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_crtc.h
156
* @
no_vblank
:
189
bool
no_vblank
: 1;
member
345
* &struct drm_crtc_state.
no_vblank
makes DRM's atomic commit helpers
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H
A
D
xen_drm_front_kms.c
235
* in send_pending_event(), disable
no_vblank
(i.e., the xen
in display_check()
238
crtc_state->
no_vblank
= false;
in display_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
H
A
D
ingenic-drm-drv.c
71
bool
no_vblank
;
member
264
priv->
no_vblank
= !f1_state->fb && !f0_state->fb &&
in ingenic_drm_crtc_atomic_check()
600
* drm_atomic_helper_wait_for_vblanks() if priv->
no_vblank
.
in ingenic_drm_atomic_helper_commit_tail()
613
if (!priv->
no_vblank
)
in ingenic_drm_atomic_helper_commit_tail()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_txp.c
403
state->
no_vblank
= true;
in vc4_txp_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_txp.c
421
crtc_state->
no_vblank
= true;
in vc4_txp_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H
A
D
ingenic-drm-drv.c
102
bool
no_vblank
;
member
374
priv->
no_vblank
= !f1_state->fb && !f0_state->fb &&
in ingenic_drm_crtc_atomic_check()
884
if (priv->
no_vblank
)
in ingenic_drm_enable_vblank()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
588
* &drm_crtc_state.
no_vblank
is set from the result of drm_dev_has_vblank().
657
new_crtc_state->
no_vblank
= false;
in drm_atomic_helper_check_modeset()
659
new_crtc_state->
no_vblank
= true;
in drm_atomic_helper_check_modeset()
2275
* &drm_crtc_state.
no_vblank
set to true and &drm_crtc_state.event != NULL.
2297
if (!new_crtc_state->
no_vblank
)
in drm_atomic_helper_fake_vblank()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
604
* &drm_crtc_state.
no_vblank
is set from the result of drm_dev_has_vblank().
675
new_crtc_state->
no_vblank
= false;
in drm_atomic_helper_check_modeset()
677
new_crtc_state->
no_vblank
= true;
in drm_atomic_helper_check_modeset()
2438
* &drm_crtc_state.
no_vblank
set to true and &drm_crtc_state.event != NULL.
2460
if (!new_crtc_state->
no_vblank
)
in drm_atomic_helper_fake_vblank()
Completed in 20 milliseconds