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:in_shaper_func
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_surface.c
52
plane_state->
in_shaper_func
= dc_create_transfer_func();
in dc_plane_construct()
53
if (plane_state->
in_shaper_func
!= NULL) {
in dc_plane_construct()
54
plane_state->
in_shaper_func
->type = TF_TYPE_BYPASS;
in dc_plane_construct()
76
if (plane_state->
in_shaper_func
!= NULL) {
in dc_plane_destruct()
78
plane_state->
in_shaper_func
);
in dc_plane_destruct()
79
plane_state->
in_shaper_func
= NULL;
in dc_plane_destruct()
H
A
D
dc.c
2149
(surface->
in_shaper_func
!=
in copy_surface_update_to_plane()
2151
memcpy(surface->
in_shaper_func
, srf_update->func_shaper,
in copy_surface_update_to_plane()
2152
sizeof(*surface->
in_shaper_func
));
in copy_surface_update_to_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_surface.c
50
plane_state->
in_shaper_func
= dc_create_transfer_func();
in dc_plane_construct()
51
if (plane_state->
in_shaper_func
!= NULL) {
in dc_plane_construct()
52
plane_state->
in_shaper_func
->type = TF_TYPE_BYPASS;
in dc_plane_construct()
76
if (plane_state->
in_shaper_func
!= NULL) {
in dc_plane_destruct()
78
plane_state->
in_shaper_func
);
in dc_plane_destruct()
79
plane_state->
in_shaper_func
= NULL;
in dc_plane_destruct()
H
A
D
dc.c
2821
(surface->
in_shaper_func
!=
in copy_surface_update_to_plane()
2823
memcpy(surface->
in_shaper_func
, srf_update->func_shaper,
in copy_surface_update_to_plane()
2824
sizeof(*surface->
in_shaper_func
));
in copy_surface_update_to_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
497
if (plane_state->
in_shaper_func
) {
in dcn32_set_mcm_luts()
498
if (plane_state->
in_shaper_func
->type == TF_TYPE_HWPWL)
in dcn32_set_mcm_luts()
499
lut_params = &plane_state->
in_shaper_func
->pwl;
in dcn32_set_mcm_luts()
500
else if (plane_state->
in_shaper_func
->type == TF_TYPE_DISTRIBUTED_POINTS) {
in dcn32_set_mcm_luts()
503
cm3_helper_translate_curve_to_hw_format(plane_state->
in_shaper_func
,
in dcn32_set_mcm_luts()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
867
if (plane_state->
in_shaper_func
) {
in dcn20_set_shaper_3dlut()
868
if (plane_state->
in_shaper_func
->type == TF_TYPE_HWPWL)
in dcn20_set_shaper_3dlut()
869
shaper_lut = &plane_state->
in_shaper_func
->pwl;
in dcn20_set_shaper_3dlut()
870
else if (plane_state->
in_shaper_func
->type == TF_TYPE_DISTRIBUTED_POINTS) {
in dcn20_set_shaper_3dlut()
872
plane_state->
in_shaper_func
,
in dcn20_set_shaper_3dlut()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
917
if (plane_state->
in_shaper_func
) {
in dcn20_set_shaper_3dlut()
918
if (plane_state->
in_shaper_func
->type == TF_TYPE_HWPWL)
in dcn20_set_shaper_3dlut()
919
shaper_lut = &plane_state->
in_shaper_func
->pwl;
in dcn20_set_shaper_3dlut()
920
else if (plane_state->
in_shaper_func
->type == TF_TYPE_DISTRIBUTED_POINTS) {
in dcn20_set_shaper_3dlut()
922
plane_state->
in_shaper_func
,
in dcn20_set_shaper_3dlut()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
853
struct dc_transfer_func *
in_shaper_func
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
1222
struct dc_transfer_func *
in_shaper_func
;
member
Completed in 28 milliseconds