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:gamut_remap
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
126
uint32_t
gamut_remap
:1;
member
255
struct colorspace_transform *
gamut_remap
;
member
H
A
D
dc.h
133
uint16_t
gamut_remap
: 1;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
129
uint32_t
gamut_remap
:1;
member
332
struct colorspace_transform *
gamut_remap
;
member
H
A
D
dc.h
186
* @
gamut_remap
: color transformation matrix
195
uint16_t
gamut_remap
: 1;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
core_types.h
300
uint32_t
gamut_remap
: 1;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
core_types.h
352
uint32_t
gamut_remap
: 1;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
1970
if (stream_update->
gamut_remap
)
in check_update_surfaces_for_stream()
1971
su_flags->bits.
gamut_remap
= 1;
in check_update_surfaces_for_stream()
2220
if (update->
gamut_remap
)
in copy_stream_update_to_stream()
2221
stream->gamut_remap_matrix = *update->
gamut_remap
;
in copy_stream_update_to_stream()
2317
if (stream_update->
gamut_remap
)
in commit_planes_do_stream_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc.c
2628
if (stream_update->
gamut_remap
)
in check_update_surfaces_for_stream()
2629
su_flags->bits.
gamut_remap
= 1;
in check_update_surfaces_for_stream()
2892
if (update->
gamut_remap
)
in copy_stream_update_to_stream()
2893
stream->gamut_remap_matrix = *update->
gamut_remap
;
in copy_stream_update_to_stream()
3160
if (stream_update->
gamut_remap
)
in commit_planes_do_stream_update()
4230
stream_update->
gamut_remap
||
in full_update_required()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1245
new_pipe->update_flags.bits.
gamut_remap
= 1;
in dcn20_detect_pipe_changes()
1485
|| pipe_ctx->stream->update_flags.bits.
gamut_remap
in dcn20_update_dchubp_dpp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1410
dc->caps.color.mpc.
gamut_remap
= 0;
in dcn10_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_resource.c
1382
dc->caps.color.mpc.
gamut_remap
= 0;
in dcn10_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H
A
D
dcn201_resource.c
1136
dc->caps.color.mpc.
gamut_remap
= 0;
in dcn201_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn302/
H
A
D
dcn302_resource.c
1258
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn302_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn303/
H
A
D
dcn303_resource.c
1182
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn303_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hwseq.c
1346
new_pipe->update_flags.bits.
gamut_remap
= 1;
in dcn20_detect_pipe_changes()
1606
|| pipe_ctx->stream->update_flags.bits.
gamut_remap
in dcn20_update_dchubp_dpp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H
A
D
dcn21_resource.c
1859
dc->caps.color.mpc.
gamut_remap
= 0;
in dcn21_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_resource.c
1930
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn31_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
1393
phantom_pipe->update_flags.bits.
gamut_remap
= 1;
in dcn32_apply_update_flags_for_phantom()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/
H
A
D
dcn321_resource.c
1749
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn321_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H
A
D
dcn21_resource.c
1470
dc->caps.color.mpc.
gamut_remap
= 0;
in dcn21_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn301/
H
A
D
dcn301_resource.c
1461
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn301_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn315/
H
A
D
dcn315_resource.c
1900
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn315_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/
H
A
D
dcn314_resource.c
1904
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn314_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn316/
H
A
D
dcn316_resource.c
1787
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn316_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_resource.c
2322
dc->caps.color.mpc.
gamut_remap
= 1;
in dcn30_resource_construct()
Completed in 58 milliseconds
1
2