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:r_pipe
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_plane.c
638
if (pstate->
r_pipe
.sspp)
in _dpu_plane_color_fill()
639
_dpu_plane_color_fill_pipe(pstate, &pstate->
r_pipe
, &pstate->r_pipe_cfg.dst_rect,
in _dpu_plane_color_fill()
797
struct dpu_sw_pipe *
r_pipe
= &pstate->
r_pipe
;
in dpu_plane_atomic_check()
local
827
r_pipe
->multirect_index = DPU_SSPP_RECT_SOLO;
in dpu_plane_atomic_check()
828
r_pipe
->multirect_mode = DPU_SSPP_MULTIRECT_NONE;
in dpu_plane_atomic_check()
829
r_pipe
->sspp = NULL;
in dpu_plane_atomic_check()
899
r_pipe
->sspp = pipe->sspp;
in dpu_plane_atomic_check()
900
r_pipe
->multirect_index = DPU_SSPP_RECT_1;
in dpu_plane_atomic_check()
901
r_pipe
in dpu_plane_atomic_check()
1090
struct dpu_sw_pipe *
r_pipe
= &pstate->
r_pipe
;
dpu_plane_sspp_atomic_update()
local
1150
struct dpu_sw_pipe *
r_pipe
= &pstate->
r_pipe
;
_dpu_plane_atomic_disable()
local
1280
const struct dpu_sw_pipe *
r_pipe
= &pstate->
r_pipe
;
dpu_plane_atomic_print_state()
local
[all...]
H
A
D
dpu_plane.h
22
* @
r_pipe
: software pipe description of the second pipe
39
struct dpu_sw_pipe
r_pipe
;
member
H
A
D
dpu_crtc.c
485
if (pstate->
r_pipe
.sspp) {
in _dpu_crtc_blend_setup_mixer()
486
set_bit(pstate->
r_pipe
.sspp->idx, fetch_active);
in _dpu_crtc_blend_setup_mixer()
491
&pstate->
r_pipe
, 1, stage_cfg);
in _dpu_crtc_blend_setup_mixer()
1361
if (pstate->
r_pipe
.sspp) {
in _dpu_debugfs_status_show()
1363
pstate->
r_pipe
.sspp->cap->name);
in _dpu_debugfs_status_show()
1365
pstate->
r_pipe
.multirect_mode, pstate->
r_pipe
.multirect_index);
in _dpu_debugfs_status_show()
Completed in 5 milliseconds