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:ppt_funcs
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
98
if (!smu->
ppt_funcs
->set_gfx_off_residency)
in smu_set_residency_gfxoff()
106
if (!smu->
ppt_funcs
->get_gfx_off_residency)
in smu_get_residency_gfxoff()
114
if (!smu->
ppt_funcs
->get_gfx_off_entrycount)
in smu_get_entrycount_gfxoff()
122
if (!smu->
ppt_funcs
->get_gfx_off_status)
in smu_get_status_gfxoff()
137
if (smu->
ppt_funcs
->set_soft_freq_limited_range)
in smu_set_soft_freq_range()
138
ret = smu->
ppt_funcs
->set_soft_freq_limited_range(smu,
in smu_set_soft_freq_range()
156
if (smu->
ppt_funcs
->get_dpm_ultimate_freq)
in smu_get_dpm_freq_range()
157
ret = smu->
ppt_funcs
->get_dpm_ultimate_freq(smu,
in smu_get_dpm_freq_range()
170
if (smu->
ppt_funcs
->set_gfx_power_up_by_imu) {
in smu_set_gfx_power_up_by_imu()
171
ret = smu->
ppt_funcs
in smu_set_gfx_power_up_by_imu()
[all...]
H
A
D
smu_internal.h
31
((smu)->
ppt_funcs
? ((smu)->
ppt_funcs
->intf ? (smu)->
ppt_funcs
->intf(smu, ##args) : ret) : -EINVAL)
H
A
D
smu_cmn.c
51
((smu)->
ppt_funcs
? ((smu)->
ppt_funcs
->intf ? \
52
(smu)->
ppt_funcs
->intf(smu, ##args) : \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
85
if (is_support_sw_smu(adev) && smu->
ppt_funcs
->get_gfx_off_status)
in smu_get_status_gfxoff()
102
if (smu->
ppt_funcs
->set_soft_freq_limited_range)
in smu_set_soft_freq_range()
103
ret = smu->
ppt_funcs
->set_soft_freq_limited_range(smu,
in smu_set_soft_freq_range()
125
if (smu->
ppt_funcs
->get_dpm_ultimate_freq)
in smu_get_dpm_freq_range()
126
ret = smu->
ppt_funcs
->get_dpm_ultimate_freq(smu,
in smu_get_dpm_freq_range()
143
if (!smu->
ppt_funcs
->dpm_set_vcn_enable)
in smu_dpm_set_vcn_enable_locked()
149
ret = smu->
ppt_funcs
->dpm_set_vcn_enable(smu, enable);
in smu_dpm_set_vcn_enable_locked()
179
if (!smu->
ppt_funcs
->dpm_set_jpeg_enable)
in smu_dpm_set_jpeg_enable_locked()
185
ret = smu->
ppt_funcs
->dpm_set_jpeg_enable(smu, enable);
in smu_dpm_set_jpeg_enable_locked()
434
if (!smu->
ppt_funcs
in smu_set_default_dpm_table()
[all...]
H
A
D
smu_internal.h
31
((smu)->
ppt_funcs
? ((smu)->
ppt_funcs
->intf ? (smu)->
ppt_funcs
->intf(smu, ##args) : ret) : -EINVAL)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_pp_smu.c
109
else if (adev->smu.
ppt_funcs
)
in dm_pp_apply_display_requirements()
349
} else if (adev->smu.
ppt_funcs
&& adev->smu.
ppt_funcs
->get_clock_by_type) {
in dm_pp_get_clock_levels_by_type()
369
} else if (adev->smu.
ppt_funcs
&& adev->smu.
ppt_funcs
->get_max_high_clocks) {
in dm_pp_get_clock_levels_by_type()
434
} else if (adev->smu.
ppt_funcs
&& adev->smu.
ppt_funcs
->get_clock_by_type_with_latency) {
in dm_pp_get_clock_levels_by_type_with_latency()
464
} else if (adev->smu.
ppt_funcs
&& adev->smu.
ppt_funcs
->get_clock_by_type_with_voltage) {
in dm_pp_get_clock_levels_by_type_with_voltage()
510
else if (adev->smu.
ppt_funcs
in dm_pp_apply_clock_for_voltage_request()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
cyan_skillfish_ppt.c
600
smu->
ppt_funcs
= &cyan_skillfish_ppt_funcs;
in cyan_skillfish_set_ppt_funcs()
H
A
D
arcturus_ppt.c
2515
smu->
ppt_funcs
= &arcturus_ppt_funcs;
in arcturus_set_ppt_funcs()
H
A
D
vangogh_ppt.c
2584
smu->
ppt_funcs
= &vangogh_ppt_funcs;
in vangogh_set_ppt_funcs()
H
A
D
navi10_ppt.c
3567
smu->
ppt_funcs
= &navi10_ppt_funcs;
in navi10_set_ppt_funcs()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_smu.h
392
const struct pptable_funcs *
ppt_funcs
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0_5_ppt.c
1140
smu->
ppt_funcs
= &smu_v13_0_5_ppt_funcs;
in smu_v13_0_5_set_ppt_funcs()
H
A
D
yellow_carp_ppt.c
1367
smu->
ppt_funcs
= &yellow_carp_ppt_funcs;
in yellow_carp_set_ppt_funcs()
H
A
D
smu_v13_0_4_ppt.c
1140
smu->
ppt_funcs
= &smu_v13_0_4_ppt_funcs;
in smu_v13_0_4_set_ppt_funcs()
H
A
D
smu_v13_0_6_ppt.c
2244
smu->
ppt_funcs
= &smu_v13_0_6_ppt_funcs;
in smu_v13_0_6_set_ppt_funcs()
H
A
D
smu_v13_0_7_ppt.c
2254
smu->
ppt_funcs
= &smu_v13_0_7_ppt_funcs;
in smu_v13_0_7_set_ppt_funcs()
H
A
D
aldebaran_ppt.c
2140
smu->
ppt_funcs
= &aldebaran_ppt_funcs;
in aldebaran_set_ppt_funcs()
H
A
D
smu_v13_0_0_ppt.c
2668
smu->
ppt_funcs
= &smu_v13_0_0_ppt_funcs;
in smu_v13_0_0_set_ppt_funcs()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
474
const struct pptable_funcs *
ppt_funcs
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/
H
A
D
renoir_ppt.c
1179
smu->
ppt_funcs
= &renoir_ppt_funcs;
in renoir_set_ppt_funcs()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu12/
H
A
D
renoir_ppt.c
1468
smu->
ppt_funcs
= &renoir_ppt_funcs;
in renoir_set_ppt_funcs()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
navi10_ppt.c
2769
smu->
ppt_funcs
= &navi10_ppt_funcs;
in navi10_set_ppt_funcs()
H
A
D
arcturus_ppt.c
2410
smu->
ppt_funcs
= &arcturus_ppt_funcs;
in arcturus_set_ppt_funcs()
H
A
D
sienna_cichlid_ppt.c
2851
smu->
ppt_funcs
= &sienna_cichlid_ppt_funcs;
in sienna_cichlid_set_ppt_funcs()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_pm.c
134
if (adev->smu.
ppt_funcs
->get_current_power_state)
in amdgpu_get_power_dpm_state()
Completed in 61 milliseconds
1
2