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:hwpipes
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_pipe.c
31
struct mdp5_hw_pipe *cur = mdp5_kms->
hwpipes
[i];
in mdp5_pipe_assign()
67
mdp5_kms->
hwpipes
[j];
in mdp5_pipe_assign()
69
/* reject different types of
hwpipes
*/
in mdp5_pipe_assign()
97
/* We don't support SMP and 2
hwpipes
/plane together */
in mdp5_pipe_assign()
H
A
D
mdp5_smp.c
276
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in write_smp_fifo_regs()
349
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in mdp5_smp_dump()
H
A
D
mdp5_kms.c
229
mdp5_pipe_destroy(mdp5_kms->
hwpipes
[i]);
in mdp5_kms_destroy()
492
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in modeset_init()
715
mdp5_kms->
hwpipes
[mdp5_kms->num_hwpipes++] = hwpipe;
in construct_pipes()
H
A
D
mdp5_kms.h
28
struct mdp5_hw_pipe *
hwpipes
[SSPP_MAX];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_pipe.c
31
struct mdp5_hw_pipe *cur = mdp5_kms->
hwpipes
[i];
in mdp5_pipe_assign()
67
mdp5_kms->
hwpipes
[j];
in mdp5_pipe_assign()
69
/* reject different types of
hwpipes
*/
in mdp5_pipe_assign()
97
/* We don't support SMP and 2
hwpipes
/plane together */
in mdp5_pipe_assign()
H
A
D
mdp5_smp.c
276
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in write_smp_fifo_regs()
349
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in mdp5_smp_dump()
H
A
D
mdp5_kms.c
218
mdp5_pipe_destroy(mdp5_kms->
hwpipes
[i]);
in mdp5_kms_destroy()
467
struct mdp5_hw_pipe *hwpipe = mdp5_kms->
hwpipes
[i];
in modeset_init()
676
mdp5_kms->
hwpipes
[mdp5_kms->num_hwpipes++] = hwpipe;
in construct_pipes()
H
A
D
mdp5_kms.h
28
struct mdp5_hw_pipe *
hwpipes
[SSPP_MAX];
member
Completed in 6 milliseconds