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:setup_solidfill
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_sspp.h
235
*
setup_solidfill
- enable/disable colorfill
240
void (*
setup_solidfill
)(struct dpu_sw_pipe *pipe, u32 color);
member
H
A
D
dpu_hw_sspp.c
590
c->ops.
setup_solidfill
= dpu_hw_sspp_setup_solidfill;
in _setup_layer_ops()
H
A
D
dpu_plane.c
585
if (!pipe->sspp->ops.
setup_solidfill
)
in _dpu_plane_color_fill_pipe()
588
pipe->sspp->ops.
setup_solidfill
(pipe, fill_color);
in _dpu_plane_color_fill_pipe()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_sspp.h
273
*
setup_solidfill
- enable/disable colorfill
279
void (*
setup_solidfill
)(struct dpu_hw_pipe *ctx, u32 color,
member
H
A
D
dpu_hw_sspp.c
658
c->ops.
setup_solidfill
= dpu_hw_sspp_setup_solidfill;
in _setup_layer_ops()
H
A
D
dpu_plane.c
681
if (fmt && pdpu->pipe_hw->ops.
setup_solidfill
) {
in _dpu_plane_color_fill()
682
pdpu->pipe_hw->ops.
setup_solidfill
(pdpu->pipe_hw,
in _dpu_plane_color_fill()
Completed in 8 milliseconds