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:pt_defaults
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
ci_dpm.c
307
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_svi_load_line()
local
309
pi->smc_powertune_table.SviLoadLineEn =
pt_defaults
->svi_load_line_en;
in ci_populate_svi_load_line()
310
pi->smc_powertune_table.SviLoadLineVddC =
pt_defaults
->svi_load_line_vddc;
in ci_populate_svi_load_line()
320
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_tdc_limit()
local
326
pt_defaults
->tdc_vddc_throttle_release_limit_perc;
in ci_populate_tdc_limit()
327
pi->smc_powertune_table.TDC_MAWt =
pt_defaults
->tdc_mawt;
in ci_populate_tdc_limit()
335
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_dw8()
local
347
pi->smc_powertune_table.TdcWaterfallCtl =
pt_defaults
->tdc_waterfall_ctl;
in ci_populate_dw8()
419
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_bapm_parameters_in_dpm_table()
local
436
dpm_table->DTEAmbientTempBase =
pt_defaults
in ci_populate_bapm_parameters_in_dpm_table()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
ci_dpm.c
298
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_svi_load_line()
local
300
pi->smc_powertune_table.SviLoadLineEn =
pt_defaults
->svi_load_line_en;
in ci_populate_svi_load_line()
301
pi->smc_powertune_table.SviLoadLineVddC =
pt_defaults
->svi_load_line_vddc;
in ci_populate_svi_load_line()
311
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_tdc_limit()
local
317
pt_defaults
->tdc_vddc_throttle_release_limit_perc;
in ci_populate_tdc_limit()
318
pi->smc_powertune_table.TDC_MAWt =
pt_defaults
->tdc_mawt;
in ci_populate_tdc_limit()
326
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_dw8()
local
338
pi->smc_powertune_table.TdcWaterfallCtl =
pt_defaults
->tdc_waterfall_ctl;
in ci_populate_dw8()
409
const struct ci_pt_defaults *
pt_defaults
= pi->powertune_defaults;
in ci_populate_bapm_parameters_in_dpm_table()
local
426
dpm_table->DTEAmbientTempBase =
pt_defaults
in ci_populate_bapm_parameters_in_dpm_table()
[all...]
Completed in 8 milliseconds