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:csc_mv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_util.c
317
val = ((data->
csc_mv
[0] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
318
(((data->
csc_mv
[1] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
320
val = ((data->
csc_mv
[2] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
321
(((data->
csc_mv
[3] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
323
val = ((data->
csc_mv
[4] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
324
(((data->
csc_mv
[5] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
326
val = ((data->
csc_mv
[6] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
327
(((data->
csc_mv
[7] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
329
val = (data->
csc_mv
[8] >> matrix_shift) & 0x1FFF;
in dpu_hw_csc_setup()
H
A
D
dpu_hw_mdss.h
397
uint32_t
csc_mv
[DPU_CSC_MATRIX_COEFF_SIZE];
member
H
A
D
dpu_plane.c
636
pdpu->csc_ptr->
csc_mv
[0],
in _dpu_plane_setup_csc()
637
pdpu->csc_ptr->
csc_mv
[1],
in _dpu_plane_setup_csc()
638
pdpu->csc_ptr->
csc_mv
[2]);
in _dpu_plane_setup_csc()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_util.c
399
val = ((data->
csc_mv
[0] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
400
(((data->
csc_mv
[1] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
402
val = ((data->
csc_mv
[2] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
403
(((data->
csc_mv
[3] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
405
val = ((data->
csc_mv
[4] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
406
(((data->
csc_mv
[5] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
408
val = ((data->
csc_mv
[6] >> matrix_shift) & 0x1FFF) |
in dpu_hw_csc_setup()
409
(((data->
csc_mv
[7] >> matrix_shift) & 0x1FFF) << 16);
in dpu_hw_csc_setup()
411
val = (data->
csc_mv
[8] >> matrix_shift) & 0x1FFF;
in dpu_hw_csc_setup()
H
A
D
dpu_hw_mdss.h
425
uint32_t
csc_mv
[DPU_CSC_MATRIX_COEFF_SIZE];
member
H
A
D
dpu_plane.c
956
csc_ptr->
csc_mv
[0],
in dpu_plane_flush_csc()
957
csc_ptr->
csc_mv
[1],
in dpu_plane_flush_csc()
958
csc_ptr->
csc_mv
[2]);
in dpu_plane_flush_csc()
Completed in 8 milliseconds