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_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder.c
687
struct dpu_vsync_source_cfg
vsync_cfg
= { 0 };
in _dpu_encoder_update_vsync_source()
local
720
vsync_cfg
.ppnumber[i] = dpu_enc->hw_pp[i]->idx;
in _dpu_encoder_update_vsync_source()
722
vsync_cfg
.pp_count = dpu_enc->num_phys_encs;
in _dpu_encoder_update_vsync_source()
723
vsync_cfg
.frame_rate = drm_mode_vrefresh(&dpu_enc->base.crtc->state->adjusted_mode);
in _dpu_encoder_update_vsync_source()
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()
730
hw_mdptop->ops.setup_vsync_source(hw_mdptop, &
vsync_cfg
);
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_encoder.c
654
struct dpu_vsync_source_cfg
vsync_cfg
= { 0 };
in _dpu_encoder_update_vsync_source()
local
686
vsync_cfg
.ppnumber[i] = dpu_enc->hw_pp[i]->idx;
in _dpu_encoder_update_vsync_source()
688
vsync_cfg
.pp_count = dpu_enc->num_phys_encs;
in _dpu_encoder_update_vsync_source()
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()
694
hw_mdptop->ops.setup_vsync_source(hw_mdptop, &
vsync_cfg
);
in _dpu_encoder_update_vsync_source()
Completed in 7 milliseconds