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:pipe_sblk
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_plane.c
108
const struct dpu_sspp_sub_blks *
pipe_sblk
;
member
416
pdpu->pipe_qos_cfg.creq_vblank = pdpu->
pipe_sblk
->creq_vblank;
in _dpu_plane_set_qos_ctrl()
418
pdpu->
pipe_sblk
->danger_vblank;
in _dpu_plane_set_qos_ctrl()
949
min_scale = FRAC_16_16(1, pdpu->
pipe_sblk
->maxupscale);
in dpu_plane_atomic_check()
951
pdpu->
pipe_sblk
->maxdwnscale << 16,
in dpu_plane_atomic_check()
1599
pdpu->
pipe_sblk
= pdpu->pipe_hw->cap->sblk;
in dpu_plane_init()
1600
if (!pdpu->
pipe_sblk
) {
in dpu_plane_init()
1606
format_list = pdpu->
pipe_sblk
->virt_format_list;
in dpu_plane_init()
1607
num_formats = pdpu->
pipe_sblk
->virt_num_formats;
in dpu_plane_init()
1610
format_list = pdpu->
pipe_sblk
in dpu_plane_init()
[all...]
Completed in 3 milliseconds