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:dsc_version
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
255
dsc_common_caps->
dsc_version
= min(dsc_sink_caps->
dsc_version
, dsc_enc_caps->
dsc_version
);
in intersect_dsc_caps()
256
if (!dsc_common_caps->
dsc_version
)
in intersect_dsc_caps()
745
dsc_cfg->version_minor = (dsc_common_caps.
dsc_version
& 0xf0) >> 4;
in setup_dsc_config()
764
dsc_sink_caps->
dsc_version
= dpcd_dsc_basic_data[DP_DSC_REV - DP_DSC_SUPPORT];
in dc_dsc_parse_dsc_dpcd()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
328
dsc_sink_caps->
dsc_version
= dpcd_dsc_basic_data[DP_DSC_REV - DP_DSC_SUPPORT];
in dc_dsc_parse_dsc_dpcd()
503
dsc_common_caps->
dsc_version
= min(dsc_sink_caps->
dsc_version
, dsc_enc_caps->
dsc_version
);
in intersect_dsc_caps()
504
if (!dsc_common_caps->
dsc_version
)
in intersect_dsc_caps()
1057
dsc_cfg->version_minor = (dsc_common_caps.
dsc_version
& 0xf0) >> 4;
in setup_dsc_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dsc.h
82
uint8_t
dsc_version
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
dsc.h
84
uint8_t
dsc_version
;
member
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
287
* @
dsc_version
:
291
u8
dsc_version
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
288
* @
dsc_version
:
292
u8
dsc_version
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dsc.c
81
pps_payload->
dsc_version
=
in drm_dsc_pps_payload_pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_types.h
874
uint8_t
dsc_version
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_types.h
864
uint8_t
dsc_version
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dsc_helper.c
109
pps_payload->
dsc_version
=
in drm_dsc_pps_payload_pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
108
dsc_enc_caps->
dsc_version
= 0x21; /* v1.2 - DP spec defined it in reverse order and we kept it */
in dsc2_get_enc_caps()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_dsc.c
104
dsc_enc_caps->
dsc_version
= 0x21; /* v1.2 - DP spec defined it in reverse order and we kept it */
in dsc2_get_enc_caps()
Completed in 14 milliseconds