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_BYPASS
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_surface.c
50
plane_state->in_transfer_func->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
54
plane_state->in_shaper_func->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
61
plane_state->blend_tf->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
H
A
D
dc_stream.c
125
stream->out_transfer_func->type =
TF_TYPE_BYPASS
;
in dc_stream_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_surface.c
48
plane_state->in_transfer_func->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
52
plane_state->in_shaper_func->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
59
plane_state->blend_tf->type =
TF_TYPE_BYPASS
;
in dc_plane_construct()
H
A
D
dc_stream.c
122
stream->out_transfer_func->type =
TF_TYPE_BYPASS
;
in dc_stream_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_color.c
405
stream->out_transfer_func->type =
TF_TYPE_BYPASS
;
in amdgpu_dm_update_crtc_color_mgmt()
528
dc_plane_state->in_transfer_func->type =
TF_TYPE_BYPASS
;
in amdgpu_dm_update_plane_color_mgmt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_color.c
461
stream->out_transfer_func->type =
TF_TYPE_BYPASS
;
in amdgpu_dm_update_crtc_color_mgmt()
585
dc_plane_state->in_transfer_func->type =
TF_TYPE_BYPASS
;
in amdgpu_dm_update_plane_color_mgmt()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_cm_common.c
325
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm_helper_translate_curve_to_hw_format()
522
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm_helper_translate_curve_to_degamma_hw_format()
H
A
D
dcn10_hw_sequencer.c
1626
} else if (tf->type ==
TF_TYPE_BYPASS
) {
in dcn10_set_input_transfer_func()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_cm_common.c
123
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm3_helper_translate_curve_to_hw_format()
322
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm3_helper_translate_curve_to_degamma_hw_format()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_cm_common.c
328
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm_helper_translate_curve_to_hw_format()
533
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm_helper_translate_curve_to_degamma_hw_format()
H
A
D
dcn10_hw_sequencer.c
1789
} else if (tf->type ==
TF_TYPE_BYPASS
) {
in dcn10_set_input_transfer_func()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_cm_common.c
123
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm3_helper_translate_curve_to_hw_format()
322
if (output_tf == NULL || lut_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in cm3_helper_translate_curve_to_degamma_hw_format()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
715
TF_TYPE_BYPASS
,
enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H
A
D
color_gamma.c
1805
if (input_tf->type ==
TF_TYPE_BYPASS
)
in mod_color_calculate_degamma_params()
2043
if (output_tf->type ==
TF_TYPE_BYPASS
)
in mod_color_calculate_regamma_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H
A
D
color_gamma.c
1889
if (input_tf->type ==
TF_TYPE_BYPASS
)
in mod_color_calculate_degamma_params()
2131
if (output_tf->type ==
TF_TYPE_BYPASS
)
in mod_color_calculate_regamma_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H
A
D
dce110_hw_sequencer.c
317
} else if (tf->type ==
TF_TYPE_BYPASS
) {
in dce110_set_input_transfer_func()
448
if (output_tf == NULL || regamma_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in dce110_translate_regamma_to_hw_format()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
1082
TF_TYPE_BYPASS
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H
A
D
dce110_hw_sequencer.c
319
} else if (tf->type ==
TF_TYPE_BYPASS
) {
in dce110_set_input_transfer_func()
450
if (output_tf == NULL || regamma_params == NULL || output_tf->type ==
TF_TYPE_BYPASS
)
in dce110_translate_regamma_to_hw_format()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
957
} else if (tf->type ==
TF_TYPE_BYPASS
)
in dcn20_set_input_transfer_func()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1007
} else if (tf->type ==
TF_TYPE_BYPASS
)
in dcn20_set_input_transfer_func()
Completed in 41 milliseconds