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_force_enable
(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
343
enum dsc_clock_force_state
dsc_force_enable
;
member
H
A
D
amdgpu_dm_debugfs.c
1300
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_ENABLE;
in dp_dsc_clock_en_write()
1302
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_DISABLE;
in dp_dsc_clock_en_write()
1304
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_DEFAULT;
in dp_dsc_clock_en_write()
H
A
D
amdgpu_dm_mst_types.c
764
params[count].clock_force_enable = aconnector->dsc_settings.
dsc_force_enable
;
in compute_mst_dsc_configs_for_link()
H
A
D
amdgpu_dm.c
914
if (amdgpu_dm_connector->dsc_settings.
dsc_force_enable
||
in amdgpu_check_debugfs_connector_property_change()
4845
if (aconnector->dsc_settings.
dsc_force_enable
!= DSC_CLK_FORCE_DISABLE && dsc_caps.is_dsc_supported) {
4848
aconnector->dsc_settings.
dsc_force_enable
== DSC_CLK_FORCE_ENABLE);
4858
if (aconnector->dsc_settings.
dsc_force_enable
== DSC_CLK_FORCE_ENABLE)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
578
enum dsc_clock_force_state
dsc_force_enable
;
member
H
A
D
amdgpu_dm_debugfs.c
1596
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_ENABLE;
in dp_dsc_clock_en_write()
1598
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_DISABLE;
in dp_dsc_clock_en_write()
1600
aconnector->dsc_settings.
dsc_force_enable
= DSC_CLK_FORCE_DEFAULT;
in dp_dsc_clock_en_write()
H
A
D
amdgpu_dm_mst_types.c
1108
params[count].clock_force_enable = aconnector->dsc_settings.
dsc_force_enable
;
in compute_mst_dsc_configs_for_link()
H
A
D
amdgpu_dm.c
5933
aconnector->dsc_settings.
dsc_force_enable
== DSC_CLK_FORCE_ENABLE);
in apply_dsc_policy_for_stream()
5937
dc->caps.edp_dsc_support && aconnector->dsc_settings.
dsc_force_enable
!= DSC_CLK_FORCE_DISABLE) {
in apply_dsc_policy_for_stream()
5977
if (aconnector->dsc_settings.
dsc_force_enable
== DSC_CLK_FORCE_ENABLE)
in apply_dsc_policy_for_stream()
6110
if (aconnector->dsc_settings.
dsc_force_enable
!= DSC_CLK_FORCE_DISABLE && dsc_caps.is_dsc_supported)
in create_stream_for_sink()
Completed in 31 milliseconds