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:in_runpm
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_pm.c
105
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_power_dpm_state()
136
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_set_power_dpm_state()
233
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_power_dpm_force_performance_level()
272
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_set_power_dpm_force_performance_level()
334
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_pp_num_states()
372
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_pp_cur_state()
411
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_pp_force_state()
434
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_set_pp_force_state()
504
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_get_pp_table()
540
if (adev->in_suspend && !adev->
in_runpm
)
in amdgpu_set_pp_table()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_drv.c
2587
adev->
in_runpm
= true;
in amdgpu_pmops_runtime_suspend()
2603
adev->
in_runpm
= false;
in amdgpu_pmops_runtime_suspend()
2675
adev->
in_runpm
= false;
in amdgpu_pmops_runtime_resume()
H
A
D
amdgpu.h
1033
bool
in_runpm
;
member
H
A
D
amdgpu_device.c
4142
amdgpu_amdkfd_suspend(adev, adev->
in_runpm
);
in amdgpu_device_suspend()
4208
r = amdgpu_amdkfd_resume(adev, adev->
in_runpm
);
in amdgpu_device_resume()
H
A
D
amdgpu_psp.c
2496
if (adev->
in_runpm
&& (adev->pm.rpm_mode == AMDGPU_RUNPM_BACO))
in psp_load_smu_fw()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_drv.c
1334
adev->
in_runpm
= true;
in amdgpu_pmops_runtime_suspend()
1398
adev->
in_runpm
= false;
in amdgpu_pmops_runtime_resume()
H
A
D
amdgpu.h
982
bool
in_runpm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0_7_ppt.c
2141
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev))
in smu_v13_0_7_baco_enter()
2153
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev)) {
in smu_v13_0_7_baco_exit()
H
A
D
smu_v13_0_0_ppt.c
2185
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev))
in smu_v13_0_0_baco_enter()
2197
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev)) {
in smu_v13_0_0_baco_exit()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
1285
if (!adev->
in_runpm
) {
in smu_smc_hw_setup()
1516
((adev->
in_runpm
|| adev->in_s4) && amdgpu_asic_supports_baco(adev)));
in smu_disable_dpms()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
navi10_ppt.c
2488
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev))
in navi10_baco_enter()
2498
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev)) {
in navi10_baco_exit()
H
A
D
sienna_cichlid_ppt.c
2437
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev))
in sienna_cichlid_baco_enter()
2447
if (adev->
in_runpm
&& smu_cmn_is_audio_func_enabled(adev)) {
in sienna_cichlid_baco_exit()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
1159
((adev->
in_runpm
|| adev->in_hibernate) && amdgpu_asic_supports_baco(adev)));
in smu_disable_dpms()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega20_hwmgr.c
495
(adev->
in_runpm
&& amdgpu_asic_supports_baco(adev));
in vega20_setup_asic_task()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega20_hwmgr.c
494
(adev->
in_runpm
&& amdgpu_asic_supports_baco(adev));
in vega20_setup_asic_task()
Completed in 54 milliseconds