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:mode_3d
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_merge3d.c
18
enum dpu_3d_blend_mode
mode_3d
)
in dpu_hw_merge_3d_setup_3d_mode()
25
if (
mode_3d
== BLEND_3D_NONE) {
in dpu_hw_merge_3d_setup_3d_mode()
29
data = BIT(0) | ((
mode_3d
- 1) << 1);
in dpu_hw_merge_3d_setup_3d_mode()
17
dpu_hw_merge_3d_setup_3d_mode(struct dpu_hw_merge_3d *merge_3d, enum dpu_3d_blend_mode
mode_3d
)
dpu_hw_merge_3d_setup_3d_mode()
argument
H
A
D
dpu_hw_merge3d.h
22
enum dpu_3d_blend_mode
mode_3d
);
H
A
D
dpu_encoder_phys_wb.c
197
enum dpu_3d_blend_mode
mode_3d
;
in dpu_encoder_phys_wb_setup_cdp()
local
199
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in dpu_encoder_phys_wb_setup_cdp()
204
if (
mode_3d
&& hw_pp && hw_pp->merge_3d)
in dpu_encoder_phys_wb_setup_cdp()
209
mode_3d
);
in dpu_encoder_phys_wb_setup_cdp()
222
intf_cfg.
mode_3d
=
in dpu_encoder_phys_wb_setup_cdp()
H
A
D
dpu_hw_ctl.h
39
* @
mode_3d
: 3d mux configuration
48
enum dpu_3d_blend_mode
mode_3d
;
member
H
A
D
dpu_hw_ctl.c
553
if (cfg->
mode_3d
) {
in dpu_hw_ctl_intf_cfg()
555
intf_cfg |= (cfg->
mode_3d
- 0x1) << 20;
in dpu_hw_ctl_intf_cfg()
H
A
D
dpu_encoder_phys_vid.c
279
intf_cfg.
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in dpu_encoder_phys_vid_setup_timing_engine()
296
phys_enc->hw_pp->merge_3d->ops.setup_3d_mode(phys_enc->hw_pp->merge_3d, intf_cfg.
mode_3d
);
in dpu_encoder_phys_vid_setup_timing_engine()
H
A
D
dpu_encoder_phys_cmd.c
62
intf_cfg.
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in _dpu_encoder_phys_cmd_update_intf_cfg()
H
A
D
dpu_encoder.c
2089
intf_cfg.
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in dpu_encoder_helper_phys_cleanup()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_ctl.h
39
* @
mode_3d
: 3d mux configuration
45
enum dpu_3d_blend_mode
mode_3d
;
member
H
A
D
dpu_hw_ctl.c
512
if (cfg->
mode_3d
) {
in dpu_hw_ctl_intf_cfg()
514
intf_cfg |= (cfg->
mode_3d
- 0x1) << 20;
in dpu_hw_ctl_intf_cfg()
H
A
D
dpu_encoder_phys_vid.c
284
intf_cfg.
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in dpu_encoder_phys_vid_setup_timing_engine()
H
A
D
dpu_encoder_phys_cmd.c
67
intf_cfg.
mode_3d
= dpu_encoder_helper_get_3d_blend_mode(phys_enc);
in _dpu_encoder_phys_cmd_update_intf_cfg()
Completed in 13 milliseconds