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:gfxclk_pstate
(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
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()
619
pstate_table->
gfxclk_pstate
.standard =
in smu_v13_0_6_populate_umd_state_clk()
626
pstate_table->
gfxclk_pstate
.standard =
in smu_v13_0_6_populate_umd_state_clk()
627
pstate_table->
gfxclk_pstate
.min;
in smu_v13_0_6_populate_umd_state_clk()
819
min_clk = pstate_table->
gfxclk_pstate
.curr.min;
in smu_v13_0_6_print_clk_levels()
820
max_clk = pstate_table->
gfxclk_pstate
.curr.max;
in smu_v13_0_6_print_clk_levels()
1447
pstate_table->
gfxclk_pstate
in smu_v13_0_6_set_performance_level()
[all...]
H
A
D
aldebaran_ppt.c
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()
538
pstate_table->
gfxclk_pstate
.standard =
in aldebaran_populate_umd_state_clk()
545
pstate_table->
gfxclk_pstate
.standard =
in aldebaran_populate_umd_state_clk()
546
pstate_table->
gfxclk_pstate
.min;
in aldebaran_populate_umd_state_clk()
786
min_clk = pstate_table->
gfxclk_pstate
.curr.min;
in aldebaran_print_clk_levels()
787
max_clk = pstate_table->
gfxclk_pstate
.curr.max;
in aldebaran_print_clk_levels()
1280
pstate_table->
gfxclk_pstate
in aldebaran_set_performance_level()
[all...]
H
A
D
smu_v13_0_7_ppt.c
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()
1877
pstate_table->
gfxclk_pstate
.standard = driver_clocks.BaseClockAc;
in smu_v13_0_7_populate_umd_state_clk()
1879
pstate_table->
gfxclk_pstate
.standard = gfx_table->max;
in smu_v13_0_7_populate_umd_state_clk()
H
A
D
smu_v13_0.c
1752
sclk_min = sclk_max = pstate_table->
gfxclk_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()
1766
sclk_min = sclk_max = pstate_table->
gfxclk_pstate
.peak;
in smu_v13_0_set_performance_level()
1801
pstate_table->
gfxclk_pstate
.curr.min = sclk_min;
in smu_v13_0_set_performance_level()
1802
pstate_table->
gfxclk_pstate
.curr.max = sclk_max;
in smu_v13_0_set_performance_level()
H
A
D
smu_v13_0_0_ppt.c
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()
1901
pstate_table->
gfxclk_pstate
.standard = driver_clocks.BaseClockAc;
in smu_v13_0_0_populate_umd_state_clk()
1903
pstate_table->
gfxclk_pstate
.standard = gfx_table->max;
in smu_v13_0_0_populate_umd_state_clk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
navi10_ppt.c
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()
1231
pstate_table->
gfxclk_pstate
.standard =
in navi10_populate_umd_state_clk()
1238
pstate_table->
gfxclk_pstate
.standard =
in navi10_populate_umd_state_clk()
1239
pstate_table->
gfxclk_pstate
.min;
in navi10_populate_umd_state_clk()
H
A
D
arcturus_ppt.c
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()
515
pstate_table->
gfxclk_pstate
.standard =
in arcturus_populate_umd_state_clk()
522
pstate_table->
gfxclk_pstate
.standard =
in arcturus_populate_umd_state_clk()
523
pstate_table->
gfxclk_pstate
.min;
in arcturus_populate_umd_state_clk()
H
A
D
smu_v11_0.c
1762
sclk_min = sclk_max = pstate_table->
gfxclk_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()
1773
sclk_min = sclk_max = pstate_table->
gfxclk_pstate
.peak;
in smu_v11_0_set_performance_level()
H
A
D
sienna_cichlid_ppt.c
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
arcturus_ppt.c
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()
554
pstate_table->
gfxclk_pstate
.standard =
in arcturus_populate_umd_state_clk()
561
pstate_table->
gfxclk_pstate
.standard =
in arcturus_populate_umd_state_clk()
562
pstate_table->
gfxclk_pstate
.min;
in arcturus_populate_umd_state_clk()
H
A
D
smu_v11_0.c
1872
sclk_min = sclk_max = pstate_table->
gfxclk_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()
1883
sclk_min = sclk_max = pstate_table->
gfxclk_pstate
.peak;
in smu_v11_0_set_performance_level()
H
A
D
navi10_ppt.c
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()
1772
pstate_table->
gfxclk_pstate
.standard =
in navi10_populate_umd_state_clk()
1779
pstate_table->
gfxclk_pstate
.standard =
in navi10_populate_umd_state_clk()
1780
pstate_table->
gfxclk_pstate
.min;
in navi10_populate_umd_state_clk()
H
A
D
sienna_cichlid_ppt.c
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()
1500
pstate_table->
gfxclk_pstate
.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK;
in sienna_cichlid_populate_umd_state_clk()
1505
pstate_table->
gfxclk_pstate
.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_GFXCLK;
in sienna_cichlid_populate_umd_state_clk()
1510
pstate_table->
gfxclk_pstate
.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_GFXCLK;
in sienna_cichlid_populate_umd_state_clk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_smu.h
368
struct pstates_clk_freq
gfxclk_pstate
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
443
struct pstates_clk_freq
gfxclk_pstate
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
2560
*((uint32_t *)data) = pstate_table->
gfxclk_pstate
.standard * 100;
in smu_read_sensor()
2568
*((uint32_t *)data) = pstate_table->
gfxclk_pstate
.peak * 100;
in smu_read_sensor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
2118
*((uint32_t *)data) = pstate_table->
gfxclk_pstate
.standard * 100;
in smu_read_sensor()
Completed in 52 milliseconds