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:adjust_c
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_util.c
163
u32 adjust_a, adjust_b,
adjust_c
;
in _dpu_hw_setup_scaler3_de()
local
189
adjust_c
= (de_cfg->
adjust_c
[0] & 0x3FF) |
in _dpu_hw_setup_scaler3_de()
190
((de_cfg->
adjust_c
[1] & 0x3FF) << 10) |
in _dpu_hw_setup_scaler3_de()
191
((de_cfg->
adjust_c
[2] & 0x3FF) << 20);
in _dpu_hw_setup_scaler3_de()
199
DPU_REG_WRITE(c, QSEED3_DE_ADJUST_DATA_2 + offset,
adjust_c
);
in _dpu_hw_setup_scaler3_de()
H
A
D
dpu_hw_util.h
47
* @
adjust_c
: C-coefficients for mapping curve
62
int16_t
adjust_c
[DPU_MAX_DE_CURVES];
member
196
* @
adjust_c
: Mapping curves C coefficients
211
int16_t
adjust_c
[DPU_MAX_DE_CURVES];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_hw_util.c
242
u32 adjust_a, adjust_b,
adjust_c
;
in _dpu_hw_setup_scaler3_de()
local
268
adjust_c
= (de_cfg->
adjust_c
[0] & 0x3FF) |
in _dpu_hw_setup_scaler3_de()
269
((de_cfg->
adjust_c
[1] & 0x3FF) << 10) |
in _dpu_hw_setup_scaler3_de()
270
((de_cfg->
adjust_c
[2] & 0x3FF) << 20);
in _dpu_hw_setup_scaler3_de()
278
DPU_REG_WRITE(c, QSEED3_DE_ADJUST_DATA_2 + offset,
adjust_c
);
in _dpu_hw_setup_scaler3_de()
H
A
D
dpu_hw_util.h
55
* @
adjust_c
: C-coefficients for mapping curve
70
int16_t
adjust_c
[DPU_MAX_DE_CURVES];
member
207
* @
adjust_c
: Mapping curves C coefficients
222
int16_t
adjust_c
[DPU_MAX_DE_CURVES];
member
Completed in 4 milliseconds