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:vsync_source
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_top.c
140
if (cfg->
vsync_source
>= DPU_VSYNC_SOURCE_WD_TIMER_4 &&
in dpu_hw_setup_vsync_source()
141
cfg->
vsync_source
<= DPU_VSYNC_SOURCE_WD_TIMER_0) {
in dpu_hw_setup_vsync_source()
142
switch (cfg->
vsync_source
) {
in dpu_hw_setup_vsync_source()
205
reg |= (cfg->
vsync_source
& 0xf) << pp_offset[pp_idx];
in dpu_hw_setup_vsync_source_and_vsync_sel()
H
A
D
dpu_hw_top.h
61
* @
vsync_source
: vsync source selection
67
u32
vsync_source
;
member
H
A
D
dpu_hw_intf.h
109
void (*vsync_sel)(struct dpu_hw_intf *intf, u32
vsync_source
);
H
A
D
dpu_hw_intf.c
463
u32
vsync_source
)
in dpu_hw_intf_vsync_sel()
472
DPU_REG_WRITE(c, INTF_TEAR_MDP_VSYNC_SEL, (
vsync_source
& 0xf));
in dpu_hw_intf_vsync_sel()
462
dpu_hw_intf_vsync_sel(struct dpu_hw_intf *intf, u32
vsync_source
)
dpu_hw_intf_vsync_sel()
argument
H
A
D
dpu_encoder.c
726
vsync_cfg.
vsync_source
= DPU_VSYNC_SOURCE_WD_TIMER_0;
in _dpu_encoder_update_vsync_source()
728
vsync_cfg.
vsync_source
= DPU_VSYNC0_SOURCE_GPIO;
in _dpu_encoder_update_vsync_source()
737
vsync_cfg.
vsync_source
);
in _dpu_encoder_update_vsync_source()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_top.c
173
reg |= (cfg->
vsync_source
& 0xf) << pp_offset[pp_idx];
in dpu_hw_setup_vsync_source()
177
if (cfg->
vsync_source
>= DPU_VSYNC_SOURCE_WD_TIMER_4 &&
in dpu_hw_setup_vsync_source()
178
cfg->
vsync_source
<= DPU_VSYNC_SOURCE_WD_TIMER_0) {
in dpu_hw_setup_vsync_source()
179
switch (cfg->
vsync_source
) {
in dpu_hw_setup_vsync_source()
H
A
D
dpu_hw_top.h
62
* @
vsync_source
: vsync source selection
68
u32
vsync_source
;
member
H
A
D
dpu_encoder.c
690
vsync_cfg.
vsync_source
= DPU_VSYNC_SOURCE_WD_TIMER_0;
in _dpu_encoder_update_vsync_source()
692
vsync_cfg.
vsync_source
= DPU_VSYNC0_SOURCE_GPIO;
in _dpu_encoder_update_vsync_source()
Completed in 10 milliseconds