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:TF_TYPE_HWPWL
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
77
if (plane_state->blend_tf->type ==
TF_TYPE_HWPWL
)
in dcn30_set_blend_lut()
103
if (stream->func_shaper->type ==
TF_TYPE_HWPWL
)
in dcn30_set_mpc_shaper_3dlut()
164
if (plane_state->in_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn30_set_input_transfer_func()
199
if (stream->out_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn30_set_output_transfer_func()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
80
if (plane_state->blend_tf->type ==
TF_TYPE_HWPWL
)
in dcn30_set_blend_lut()
106
if (stream->func_shaper->type ==
TF_TYPE_HWPWL
) {
in dcn30_set_mpc_shaper_3dlut()
168
if (plane_state->in_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn30_set_input_transfer_func()
203
if (stream->out_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn30_set_output_transfer_func()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
450
if (stream->func_shaper->type ==
TF_TYPE_HWPWL
)
in dcn32_set_mpc_shaper_3dlut()
486
if (plane_state->blend_tf->type ==
TF_TYPE_HWPWL
)
in dcn32_set_mcm_luts()
498
if (plane_state->in_shaper_func->type ==
TF_TYPE_HWPWL
)
in dcn32_set_mcm_luts()
544
if (plane_state->in_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn32_set_input_transfer_func()
576
if (stream->out_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn32_set_output_transfer_func()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
816
if (stream->out_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn20_set_output_transfer_func()
846
if (plane_state->blend_tf->type ==
TF_TYPE_HWPWL
)
in dcn20_set_blend_lut()
868
if (plane_state->in_shaper_func->type ==
TF_TYPE_HWPWL
)
in dcn20_set_shaper_3dlut()
915
if (tf->type ==
TF_TYPE_HWPWL
|| tf->type == TF_TYPE_DISTRIBUTED_POINTS)
in dcn20_set_input_transfer_func()
919
if (tf->type ==
TF_TYPE_HWPWL
)
in dcn20_set_input_transfer_func()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
866
if (stream->out_transfer_func->type ==
TF_TYPE_HWPWL
)
in dcn20_set_output_transfer_func()
896
if (plane_state->blend_tf->type ==
TF_TYPE_HWPWL
)
in dcn20_set_blend_lut()
918
if (plane_state->in_shaper_func->type ==
TF_TYPE_HWPWL
)
in dcn20_set_shaper_3dlut()
965
if (tf->type ==
TF_TYPE_HWPWL
|| tf->type == TF_TYPE_DISTRIBUTED_POINTS)
in dcn20_set_input_transfer_func()
969
if (tf->type ==
TF_TYPE_HWPWL
)
in dcn20_set_input_transfer_func()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
716
TF_TYPE_HWPWL
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
1083
TF_TYPE_HWPWL
enumerator
Completed in 20 milliseconds