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:pstate_table
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0_6_ppt.c
599
struct smu_umd_pstate_table *
pstate_table
= &smu->
pstate_table
;
in smu_v13_0_6_populate_umd_state_clk()
local
601
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in smu_v13_0_6_populate_umd_state_clk()
602
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in smu_v13_0_6_populate_umd_state_clk()
603
pstate_table
->gfxclk_pstate.curr.min = gfx_table->min;
in smu_v13_0_6_populate_umd_state_clk()
604
pstate_table
->gfxclk_pstate.curr.max = gfx_table->max;
in smu_v13_0_6_populate_umd_state_clk()
606
pstate_table
->uclk_pstate.min = mem_table->min;
in smu_v13_0_6_populate_umd_state_clk()
607
pstate_table
->uclk_pstate.peak = mem_table->max;
in smu_v13_0_6_populate_umd_state_clk()
608
pstate_table
->uclk_pstate.curr.min = mem_table->min;
in smu_v13_0_6_populate_umd_state_clk()
609
pstate_table
in smu_v13_0_6_populate_umd_state_clk()
790
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
smu_v13_0_6_print_clk_levels()
local
1440
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
smu_v13_0_6_set_performance_level()
local
1482
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
smu_v13_0_6_set_soft_freq_limited_range()
local
1554
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
smu_v13_0_6_usr_edit_dpm_table()
local
[all...]
H
A
D
aldebaran_ppt.c
517
struct smu_umd_pstate_table *
pstate_table
=
in aldebaran_populate_umd_state_clk()
local
518
&smu->
pstate_table
;
in aldebaran_populate_umd_state_clk()
520
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in aldebaran_populate_umd_state_clk()
521
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in aldebaran_populate_umd_state_clk()
522
pstate_table
->gfxclk_pstate.curr.min = gfx_table->min;
in aldebaran_populate_umd_state_clk()
523
pstate_table
->gfxclk_pstate.curr.max = gfx_table->max;
in aldebaran_populate_umd_state_clk()
525
pstate_table
->uclk_pstate.min = mem_table->min;
in aldebaran_populate_umd_state_clk()
526
pstate_table
->uclk_pstate.peak = mem_table->max;
in aldebaran_populate_umd_state_clk()
527
pstate_table
->uclk_pstate.curr.min = mem_table->min;
in aldebaran_populate_umd_state_clk()
528
pstate_table
in aldebaran_populate_umd_state_clk()
747
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
aldebaran_print_clk_levels()
local
1274
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
aldebaran_set_performance_level()
local
1308
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
aldebaran_set_soft_freq_limited_range()
local
1377
struct smu_umd_
pstate_table
*
pstate_table
= &smu->
pstate_table
;
aldebaran_usr_edit_dpm_table()
local
[all...]
H
A
D
smu_v13_0.c
1709
struct smu_umd_pstate_table *
pstate_table
=
in smu_v13_0_set_performance_level()
local
1710
&smu->
pstate_table
;
in smu_v13_0_set_performance_level()
1752
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.standard;
in smu_v13_0_set_performance_level()
1753
mclk_min = mclk_max =
pstate_table
->uclk_pstate.standard;
in smu_v13_0_set_performance_level()
1754
socclk_min = socclk_max =
pstate_table
->socclk_pstate.standard;
in smu_v13_0_set_performance_level()
1755
vclk_min = vclk_max =
pstate_table
->vclk_pstate.standard;
in smu_v13_0_set_performance_level()
1756
dclk_min = dclk_max =
pstate_table
->dclk_pstate.standard;
in smu_v13_0_set_performance_level()
1757
fclk_min = fclk_max =
pstate_table
->fclk_pstate.standard;
in smu_v13_0_set_performance_level()
1760
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.min;
in smu_v13_0_set_performance_level()
1763
mclk_min = mclk_max =
pstate_table
in smu_v13_0_set_performance_level()
[all...]
H
A
D
smu_v13_0_7_ppt.c
1846
struct smu_umd_pstate_table *
pstate_table
=
in smu_v13_0_7_populate_umd_state_clk()
local
1847
&smu->
pstate_table
;
in smu_v13_0_7_populate_umd_state_clk()
1853
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in smu_v13_0_7_populate_umd_state_clk()
1856
pstate_table
->gfxclk_pstate.peak = driver_clocks.GameClockAc;
in smu_v13_0_7_populate_umd_state_clk()
1858
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in smu_v13_0_7_populate_umd_state_clk()
1860
pstate_table
->uclk_pstate.min = mem_table->min;
in smu_v13_0_7_populate_umd_state_clk()
1861
pstate_table
->uclk_pstate.peak = mem_table->max;
in smu_v13_0_7_populate_umd_state_clk()
1863
pstate_table
->socclk_pstate.min = soc_table->min;
in smu_v13_0_7_populate_umd_state_clk()
1864
pstate_table
->socclk_pstate.peak = soc_table->max;
in smu_v13_0_7_populate_umd_state_clk()
1866
pstate_table
in smu_v13_0_7_populate_umd_state_clk()
[all...]
H
A
D
smu_v13_0_0_ppt.c
1870
struct smu_umd_pstate_table *
pstate_table
=
in smu_v13_0_0_populate_umd_state_clk()
local
1871
&smu->
pstate_table
;
in smu_v13_0_0_populate_umd_state_clk()
1877
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in smu_v13_0_0_populate_umd_state_clk()
1880
pstate_table
->gfxclk_pstate.peak = driver_clocks.GameClockAc;
in smu_v13_0_0_populate_umd_state_clk()
1882
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in smu_v13_0_0_populate_umd_state_clk()
1884
pstate_table
->uclk_pstate.min = mem_table->min;
in smu_v13_0_0_populate_umd_state_clk()
1885
pstate_table
->uclk_pstate.peak = mem_table->max;
in smu_v13_0_0_populate_umd_state_clk()
1887
pstate_table
->socclk_pstate.min = soc_table->min;
in smu_v13_0_0_populate_umd_state_clk()
1888
pstate_table
->socclk_pstate.peak = soc_table->max;
in smu_v13_0_0_populate_umd_state_clk()
1890
pstate_table
in smu_v13_0_0_populate_umd_state_clk()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
navi10_ppt.c
1168
struct smu_umd_pstate_table *
pstate_table
=
in navi10_populate_umd_state_clk()
local
1169
&smu->
pstate_table
;
in navi10_populate_umd_state_clk()
1173
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in navi10_populate_umd_state_clk()
1220
pstate_table
->gfxclk_pstate.peak = sclk_freq;
in navi10_populate_umd_state_clk()
1222
pstate_table
->uclk_pstate.min = mem_table->min;
in navi10_populate_umd_state_clk()
1223
pstate_table
->uclk_pstate.peak = mem_table->max;
in navi10_populate_umd_state_clk()
1225
pstate_table
->socclk_pstate.min = soc_table->min;
in navi10_populate_umd_state_clk()
1226
pstate_table
->socclk_pstate.peak = soc_table->max;
in navi10_populate_umd_state_clk()
1231
pstate_table
->gfxclk_pstate.standard =
in navi10_populate_umd_state_clk()
1233
pstate_table
in navi10_populate_umd_state_clk()
[all...]
H
A
D
arcturus_ppt.c
500
struct smu_umd_pstate_table *
pstate_table
=
in arcturus_populate_umd_state_clk()
local
501
&smu->
pstate_table
;
in arcturus_populate_umd_state_clk()
503
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in arcturus_populate_umd_state_clk()
504
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in arcturus_populate_umd_state_clk()
506
pstate_table
->uclk_pstate.min = mem_table->min;
in arcturus_populate_umd_state_clk()
507
pstate_table
->uclk_pstate.peak = mem_table->max;
in arcturus_populate_umd_state_clk()
509
pstate_table
->socclk_pstate.min = soc_table->min;
in arcturus_populate_umd_state_clk()
510
pstate_table
->socclk_pstate.peak = soc_table->max;
in arcturus_populate_umd_state_clk()
515
pstate_table
->gfxclk_pstate.standard =
in arcturus_populate_umd_state_clk()
517
pstate_table
in arcturus_populate_umd_state_clk()
[all...]
H
A
D
smu_v11_0.c
1734
struct smu_umd_pstate_table *
pstate_table
=
in smu_v11_0_set_performance_level()
local
1735
&smu->
pstate_table
;
in smu_v11_0_set_performance_level()
1762
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.standard;
in smu_v11_0_set_performance_level()
1763
mclk_min = mclk_max =
pstate_table
->uclk_pstate.standard;
in smu_v11_0_set_performance_level()
1764
socclk_min = socclk_max =
pstate_table
->socclk_pstate.standard;
in smu_v11_0_set_performance_level()
1767
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.min;
in smu_v11_0_set_performance_level()
1770
mclk_min = mclk_max =
pstate_table
->uclk_pstate.min;
in smu_v11_0_set_performance_level()
1773
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.peak;
in smu_v11_0_set_performance_level()
1774
mclk_min = mclk_max =
pstate_table
->uclk_pstate.peak;
in smu_v11_0_set_performance_level()
1775
socclk_min = socclk_max =
pstate_table
in smu_v11_0_set_performance_level()
[all...]
H
A
D
sienna_cichlid_ppt.c
1095
struct smu_umd_pstate_table *
pstate_table
=
in sienna_cichlid_populate_umd_state_clk()
local
1096
&smu->
pstate_table
;
in sienna_cichlid_populate_umd_state_clk()
1098
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in sienna_cichlid_populate_umd_state_clk()
1099
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in sienna_cichlid_populate_umd_state_clk()
1101
pstate_table
->uclk_pstate.min = mem_table->min;
in sienna_cichlid_populate_umd_state_clk()
1102
pstate_table
->uclk_pstate.peak = mem_table->max;
in sienna_cichlid_populate_umd_state_clk()
1104
pstate_table
->socclk_pstate.min = soc_table->min;
in sienna_cichlid_populate_umd_state_clk()
1105
pstate_table
->socclk_pstate.peak = soc_table->max;
in sienna_cichlid_populate_umd_state_clk()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
arcturus_ppt.c
539
struct smu_umd_pstate_table *
pstate_table
=
in arcturus_populate_umd_state_clk()
local
540
&smu->
pstate_table
;
in arcturus_populate_umd_state_clk()
542
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in arcturus_populate_umd_state_clk()
543
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in arcturus_populate_umd_state_clk()
545
pstate_table
->uclk_pstate.min = mem_table->min;
in arcturus_populate_umd_state_clk()
546
pstate_table
->uclk_pstate.peak = mem_table->max;
in arcturus_populate_umd_state_clk()
548
pstate_table
->socclk_pstate.min = soc_table->min;
in arcturus_populate_umd_state_clk()
549
pstate_table
->socclk_pstate.peak = soc_table->max;
in arcturus_populate_umd_state_clk()
554
pstate_table
->gfxclk_pstate.standard =
in arcturus_populate_umd_state_clk()
556
pstate_table
in arcturus_populate_umd_state_clk()
[all...]
H
A
D
smu_v11_0.c
1844
struct smu_umd_pstate_table *
pstate_table
=
in smu_v11_0_set_performance_level()
local
1845
&smu->
pstate_table
;
in smu_v11_0_set_performance_level()
1872
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.standard;
in smu_v11_0_set_performance_level()
1873
mclk_min = mclk_max =
pstate_table
->uclk_pstate.standard;
in smu_v11_0_set_performance_level()
1874
socclk_min = socclk_max =
pstate_table
->socclk_pstate.standard;
in smu_v11_0_set_performance_level()
1877
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.min;
in smu_v11_0_set_performance_level()
1880
mclk_min = mclk_max =
pstate_table
->uclk_pstate.min;
in smu_v11_0_set_performance_level()
1883
sclk_min = sclk_max =
pstate_table
->gfxclk_pstate.peak;
in smu_v11_0_set_performance_level()
1884
mclk_min = mclk_max =
pstate_table
->uclk_pstate.peak;
in smu_v11_0_set_performance_level()
1885
socclk_min = socclk_max =
pstate_table
in smu_v11_0_set_performance_level()
[all...]
H
A
D
navi10_ppt.c
1709
struct smu_umd_pstate_table *
pstate_table
=
in navi10_populate_umd_state_clk()
local
1710
&smu->
pstate_table
;
in navi10_populate_umd_state_clk()
1714
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in navi10_populate_umd_state_clk()
1761
pstate_table
->gfxclk_pstate.peak = sclk_freq;
in navi10_populate_umd_state_clk()
1763
pstate_table
->uclk_pstate.min = mem_table->min;
in navi10_populate_umd_state_clk()
1764
pstate_table
->uclk_pstate.peak = mem_table->max;
in navi10_populate_umd_state_clk()
1766
pstate_table
->socclk_pstate.min = soc_table->min;
in navi10_populate_umd_state_clk()
1767
pstate_table
->socclk_pstate.peak = soc_table->max;
in navi10_populate_umd_state_clk()
1772
pstate_table
->gfxclk_pstate.standard =
in navi10_populate_umd_state_clk()
1774
pstate_table
in navi10_populate_umd_state_clk()
[all...]
H
A
D
sienna_cichlid_ppt.c
1484
struct smu_umd_pstate_table *
pstate_table
=
in sienna_cichlid_populate_umd_state_clk()
local
1485
&smu->
pstate_table
;
in sienna_cichlid_populate_umd_state_clk()
1488
pstate_table
->gfxclk_pstate.min = gfx_table->min;
in sienna_cichlid_populate_umd_state_clk()
1489
pstate_table
->gfxclk_pstate.peak = gfx_table->max;
in sienna_cichlid_populate_umd_state_clk()
1491
pstate_table
->uclk_pstate.min = mem_table->min;
in sienna_cichlid_populate_umd_state_clk()
1492
pstate_table
->uclk_pstate.peak = mem_table->max;
in sienna_cichlid_populate_umd_state_clk()
1494
pstate_table
->socclk_pstate.min = soc_table->min;
in sienna_cichlid_populate_umd_state_clk()
1495
pstate_table
->socclk_pstate.peak = soc_table->max;
in sienna_cichlid_populate_umd_state_clk()
1500
pstate_table
->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK;
in sienna_cichlid_populate_umd_state_clk()
1501
pstate_table
in sienna_cichlid_populate_umd_state_clk()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
2540
struct smu_umd_pstate_table *
pstate_table
=
in smu_read_sensor()
local
2541
&smu->
pstate_table
;
in smu_read_sensor()
2560
*((uint32_t *)data) =
pstate_table
->gfxclk_pstate.standard * 100;
in smu_read_sensor()
2564
*((uint32_t *)data) =
pstate_table
->uclk_pstate.standard * 100;
in smu_read_sensor()
2568
*((uint32_t *)data) =
pstate_table
->gfxclk_pstate.peak * 100;
in smu_read_sensor()
2572
*((uint32_t *)data) =
pstate_table
->uclk_pstate.peak * 100;
in smu_read_sensor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
2100
struct smu_umd_pstate_table *
pstate_table
=
in smu_read_sensor()
local
2101
&smu->
pstate_table
;
in smu_read_sensor()
2118
*((uint32_t *)data) =
pstate_table
->gfxclk_pstate.standard * 100;
in smu_read_sensor()
2122
*((uint32_t *)data) =
pstate_table
->uclk_pstate.standard * 100;
in smu_read_sensor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_smu.h
417
struct smu_umd_pstate_table
pstate_table
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
493
struct smu_umd_pstate_table
pstate_table
;
member
Completed in 40 milliseconds