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:ocsc_regs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_mpc.c
140
struct color_matrices_reg
ocsc_regs
;
in mpc2_set_output_csc()
local
165
ocsc_regs
.shifts.csc_c11 = mpc20->mpc_shift->MPC_OCSC_C11_A;
in mpc2_set_output_csc()
166
ocsc_regs
.masks.csc_c11 = mpc20->mpc_mask->MPC_OCSC_C11_A;
in mpc2_set_output_csc()
167
ocsc_regs
.shifts.csc_c12 = mpc20->mpc_shift->MPC_OCSC_C12_A;
in mpc2_set_output_csc()
168
ocsc_regs
.masks.csc_c12 = mpc20->mpc_mask->MPC_OCSC_C12_A;
in mpc2_set_output_csc()
171
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_A[opp_id]);
in mpc2_set_output_csc()
172
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_A[opp_id]);
in mpc2_set_output_csc()
174
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_B[opp_id]);
in mpc2_set_output_csc()
175
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_B[opp_id]);
in mpc2_set_output_csc()
181
&
ocsc_regs
);
in mpc2_set_output_csc()
195
struct color_matrices_reg
ocsc_regs
;
mpc2_set_ocsc_default()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_mpc.c
139
struct color_matrices_reg
ocsc_regs
;
in mpc2_set_output_csc()
local
164
ocsc_regs
.shifts.csc_c11 = mpc20->mpc_shift->MPC_OCSC_C11_A;
in mpc2_set_output_csc()
165
ocsc_regs
.masks.csc_c11 = mpc20->mpc_mask->MPC_OCSC_C11_A;
in mpc2_set_output_csc()
166
ocsc_regs
.shifts.csc_c12 = mpc20->mpc_shift->MPC_OCSC_C12_A;
in mpc2_set_output_csc()
167
ocsc_regs
.masks.csc_c12 = mpc20->mpc_mask->MPC_OCSC_C12_A;
in mpc2_set_output_csc()
170
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_A[opp_id]);
in mpc2_set_output_csc()
171
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_A[opp_id]);
in mpc2_set_output_csc()
173
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_B[opp_id]);
in mpc2_set_output_csc()
174
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_B[opp_id]);
in mpc2_set_output_csc()
180
&
ocsc_regs
);
in mpc2_set_output_csc()
194
struct color_matrices_reg
ocsc_regs
;
mpc2_set_ocsc_default()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_mpc.c
1209
struct color_matrices_reg
ocsc_regs
;
in mpc3_set_output_csc()
local
1223
ocsc_regs
.shifts.csc_c11 = mpc30->mpc_shift->MPC_OCSC_C11_A;
in mpc3_set_output_csc()
1224
ocsc_regs
.masks.csc_c11 = mpc30->mpc_mask->MPC_OCSC_C11_A;
in mpc3_set_output_csc()
1225
ocsc_regs
.shifts.csc_c12 = mpc30->mpc_shift->MPC_OCSC_C12_A;
in mpc3_set_output_csc()
1226
ocsc_regs
.masks.csc_c12 = mpc30->mpc_mask->MPC_OCSC_C12_A;
in mpc3_set_output_csc()
1229
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_A[opp_id]);
in mpc3_set_output_csc()
1230
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_A[opp_id]);
in mpc3_set_output_csc()
1232
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_B[opp_id]);
in mpc3_set_output_csc()
1233
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_B[opp_id]);
in mpc3_set_output_csc()
1238
&
ocsc_regs
);
in mpc3_set_output_csc()
1249
struct color_matrices_reg
ocsc_regs
;
mpc3_set_ocsc_default()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_mpc.c
1241
struct color_matrices_reg
ocsc_regs
;
in mpc3_set_output_csc()
local
1255
ocsc_regs
.shifts.csc_c11 = mpc30->mpc_shift->MPC_OCSC_C11_A;
in mpc3_set_output_csc()
1256
ocsc_regs
.masks.csc_c11 = mpc30->mpc_mask->MPC_OCSC_C11_A;
in mpc3_set_output_csc()
1257
ocsc_regs
.shifts.csc_c12 = mpc30->mpc_shift->MPC_OCSC_C12_A;
in mpc3_set_output_csc()
1258
ocsc_regs
.masks.csc_c12 = mpc30->mpc_mask->MPC_OCSC_C12_A;
in mpc3_set_output_csc()
1261
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_A[opp_id]);
in mpc3_set_output_csc()
1262
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_A[opp_id]);
in mpc3_set_output_csc()
1264
ocsc_regs
.csc_c11_c12 = REG(CSC_C11_C12_B[opp_id]);
in mpc3_set_output_csc()
1265
ocsc_regs
.csc_c33_c34 = REG(CSC_C33_C34_B[opp_id]);
in mpc3_set_output_csc()
1270
&
ocsc_regs
);
in mpc3_set_output_csc()
1281
struct color_matrices_reg
ocsc_regs
;
mpc3_set_ocsc_default()
local
[all...]
Completed in 5 milliseconds