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:SSPP_MAX
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_pipe.h
10
/* TODO: Add
SSPP_MAX
in mdp5.xml.h */
11
#define
SSPP_MAX
(SSPP_CURSOR1 + 1)
macro
33
struct drm_plane *hwpipe_to_plane[
SSPP_MAX
];
H
A
D
mdp5_smp.c
26
u32 pipe_reqprio_fifo_wm0[
SSPP_MAX
];
27
u32 pipe_reqprio_fifo_wm1[
SSPP_MAX
];
28
u32 pipe_reqprio_fifo_wm2[
SSPP_MAX
];
H
A
D
mdp5_kms.h
28
struct mdp5_hw_pipe *hwpipes[
SSPP_MAX
];
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_pipe.h
10
/* TODO: Add
SSPP_MAX
in mdp5.xml.h */
11
#define
SSPP_MAX
(SSPP_CURSOR1 + 1)
macro
33
struct drm_plane *hwpipe_to_plane[
SSPP_MAX
];
H
A
D
mdp5_smp.c
26
u32 pipe_reqprio_fifo_wm0[
SSPP_MAX
];
27
u32 pipe_reqprio_fifo_wm1[
SSPP_MAX
];
28
u32 pipe_reqprio_fifo_wm2[
SSPP_MAX
];
H
A
D
mdp5_kms.h
28
struct mdp5_hw_pipe *hwpipes[
SSPP_MAX
];
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_top.h
53
u8 sspp[
SSPP_MAX
];
H
A
D
dpu_hw_mdss.h
123
SSPP_MAX
enumerator
H
A
D
dpu_crtc.c
832
const struct drm_plane_state *pipe_staged[
SSPP_MAX
];
in dpu_crtc_atomic_check()
906
for (i = 1; i <
SSPP_MAX
; i++) {
in dpu_crtc_atomic_check()
H
A
D
dpu_hw_sspp.c
694
if ((sspp <
SSPP_MAX
) && catalog && addr && b) {
in _sspp_offset()
H
A
D
dpu_kms.c
82
for (i = SSPP_VIG0; i <
SSPP_MAX
; i++)
in _dpu_danger_signal_status()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_top.h
52
u8 sspp[
SSPP_MAX
];
H
A
D
dpu_rm.h
35
struct dpu_hw_sspp *hw_sspp[
SSPP_MAX
- SSPP_NONE];
H
A
D
dpu_hw_ctl.c
52
static const u32 fetch_tbl[
SSPP_MAX
] = {CTL_INVALID_BIT, 16, 17, 18, 19,
424
[
SSPP_MAX
] = { { -1 }, { -1 } },
630
for (i = 0; i <
SSPP_MAX
; i++) {
in dpu_hw_ctl_set_fetch_pipe_active()
H
A
D
dpu_hw_mdss.h
122
SSPP_MAX
enumerator
H
A
D
dpu_kms.c
88
for (i = SSPP_VIG0; i <
SSPP_MAX
; i++)
in _dpu_danger_signal_status()
262
for (i = SSPP_NONE; i <
SSPP_MAX
; i++) {
in dpu_debugfs_sspp_init()
H
A
D
dpu_crtc.c
459
DECLARE_BITMAP(fetch_active,
SSPP_MAX
);
in _dpu_crtc_blend_setup_mixer()
Completed in 16 milliseconds