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:bupdate_sclk
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.h
193
uint8_t
bupdate_sclk
;
member
H
A
D
smu7_hwmgr.c
1656
data->current_profile_setting.
bupdate_sclk
= 1;
in smu7_init_dpm_defaults()
5136
if (smu7_profiling[i].
bupdate_sclk
)
in smu7_get_power_profile_mode()
5198
if (tmp.
bupdate_sclk
== 0 && tmp.bupdate_mclk == 0)
in smu7_set_power_profile_mode()
5201
tmp.
bupdate_sclk
= input[0];
in smu7_set_power_profile_mode()
5226
if (tmp.
bupdate_sclk
) {
in smu7_set_power_profile_mode()
5227
data->current_profile_setting.
bupdate_sclk
= tmp.
bupdate_sclk
;
in smu7_set_power_profile_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.h
193
uint8_t
bupdate_sclk
;
member
H
A
D
smu7_hwmgr.c
1835
data->current_profile_setting.
bupdate_sclk
= 1;
in smu7_init_dpm_defaults()
5589
if (smu7_profiling[i].
bupdate_sclk
)
in smu7_get_power_profile_mode()
5651
if (tmp.
bupdate_sclk
== 0 && tmp.bupdate_mclk == 0)
in smu7_set_power_profile_mode()
5654
tmp.
bupdate_sclk
= input[0];
in smu7_set_power_profile_mode()
5679
if (tmp.
bupdate_sclk
) {
in smu7_set_power_profile_mode()
5680
data->current_profile_setting.
bupdate_sclk
= tmp.
bupdate_sclk
;
in smu7_set_power_profile_mode()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
fiji_smumgr.c
2574
if (setting->
bupdate_sclk
) {
in fiji_update_dpm_settings()
H
A
D
ci_smumgr.c
2782
if (setting->
bupdate_sclk
) {
in ci_update_dpm_settings()
H
A
D
tonga_smumgr.c
3171
if (setting->
bupdate_sclk
) {
in tonga_update_dpm_settings()
H
A
D
polaris10_smumgr.c
2492
if (setting->
bupdate_sclk
) {
in polaris10_update_dpm_settings()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
fiji_smumgr.c
2572
if (setting->
bupdate_sclk
) {
in fiji_update_dpm_settings()
H
A
D
tonga_smumgr.c
3171
if (setting->
bupdate_sclk
) {
in tonga_update_dpm_settings()
H
A
D
polaris10_smumgr.c
2610
if (setting->
bupdate_sclk
) {
in polaris10_update_dpm_settings()
H
A
D
ci_smumgr.c
2783
if (setting->
bupdate_sclk
) {
in ci_update_dpm_settings()
Completed in 42 milliseconds