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_num_slices_h
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
345
uint32_t
dsc_num_slices_h
;
member
H
A
D
amdgpu_dm_mst_types.c
767
params[count].num_slices_h = aconnector->dsc_settings.
dsc_num_slices_h
;
in compute_mst_dsc_configs_for_link()
H
A
D
amdgpu_dm_debugfs.c
1454
aconnector->dsc_settings.
dsc_num_slices_h
= DIV_ROUND_UP(
in dp_dsc_slice_width_write()
1458
aconnector->dsc_settings.
dsc_num_slices_h
= 0;
in dp_dsc_slice_width_write()
H
A
D
amdgpu_dm.c
916
amdgpu_dm_connector->dsc_settings.
dsc_num_slices_h
||
in amdgpu_check_debugfs_connector_property_change()
4861
if (stream->timing.flags.DSC && aconnector->dsc_settings.
dsc_num_slices_h
)
4862
stream->timing.dsc_cfg.num_slices_h = aconnector->dsc_settings.
dsc_num_slices_h
;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
580
uint32_t
dsc_num_slices_h
;
member
H
A
D
amdgpu_dm_debugfs.c
1780
aconnector->dsc_settings.
dsc_num_slices_h
= DIV_ROUND_UP(
in dp_dsc_slice_width_write()
1784
aconnector->dsc_settings.
dsc_num_slices_h
= 0;
in dp_dsc_slice_width_write()
H
A
D
amdgpu_dm_mst_types.c
1111
params[count].num_slices_h = aconnector->dsc_settings.
dsc_num_slices_h
;
in compute_mst_dsc_configs_for_link()
H
A
D
amdgpu_dm.c
5980
if (stream->timing.flags.DSC && aconnector->dsc_settings.
dsc_num_slices_h
)
in apply_dsc_policy_for_stream()
5981
stream->timing.dsc_cfg.num_slices_h = aconnector->dsc_settings.
dsc_num_slices_h
;
in apply_dsc_policy_for_stream()
Completed in 38 milliseconds