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_rgb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_cfg.c
47
.
pipe_rgb
= {
129
.
pipe_rgb
= {
219
.
pipe_rgb
= {
306
.
pipe_rgb
= {
373
.
pipe_rgb
= {
456
.
pipe_rgb
= {
540
.
pipe_rgb
= {
657
.
pipe_rgb
= {
742
.
pipe_rgb
= {
830
.
pipe_rgb
[all...]
H
A
D
mdp5_cfg.h
86
struct mdp5_pipe_block
pipe_rgb
;
member
H
A
D
mdp5_kms.c
741
ret = construct_pipes(mdp5_kms, hw_cfg->
pipe_rgb
.count, rgb_planes,
in hwpipe_init()
742
hw_cfg->
pipe_rgb
.base, hw_cfg->
pipe_rgb
.caps);
in hwpipe_init()
H
A
D
mdp5.xml.h
542
case SSPP_RGB0: return (mdp5_cfg->
pipe_rgb
.base[0]);
in __offset_PIPE()
543
case SSPP_RGB1: return (mdp5_cfg->
pipe_rgb
.base[1]);
in __offset_PIPE()
544
case SSPP_RGB2: return (mdp5_cfg->
pipe_rgb
.base[2]);
in __offset_PIPE()
548
case SSPP_RGB3: return (mdp5_cfg->
pipe_rgb
.base[3]);
in __offset_PIPE()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_cfg.c
47
.
pipe_rgb
= {
136
.
pipe_rgb
= {
215
.
pipe_rgb
= {
310
.
pipe_rgb
= {
402
.
pipe_rgb
= {
474
.
pipe_rgb
= {
562
.
pipe_rgb
= {
651
.
pipe_rgb
= {
773
.
pipe_rgb
= {
859
.
pipe_rgb
[all...]
H
A
D
mdp5_cfg.h
92
struct mdp5_pipe_block
pipe_rgb
;
member
H
A
D
mdp5_kms.c
702
ret = construct_pipes(mdp5_kms, hw_cfg->
pipe_rgb
.count, rgb_planes,
in hwpipe_init()
703
hw_cfg->
pipe_rgb
.base, hw_cfg->
pipe_rgb
.caps);
in hwpipe_init()
H
A
D
mdp5.xml.h
553
case SSPP_RGB0: return (mdp5_cfg->
pipe_rgb
.base[0]);
in __offset_PIPE()
554
case SSPP_RGB1: return (mdp5_cfg->
pipe_rgb
.base[1]);
in __offset_PIPE()
555
case SSPP_RGB2: return (mdp5_cfg->
pipe_rgb
.base[2]);
in __offset_PIPE()
559
case SSPP_RGB3: return (mdp5_cfg->
pipe_rgb
.base[3]);
in __offset_PIPE()
Completed in 18 milliseconds