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:rpm_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_kms.c
152
adev->pm.
rpm_mode
= AMDGPU_RUNPM_NONE;
in amdgpu_driver_load_kms()
155
adev->pm.
rpm_mode
= AMDGPU_RUNPM_PX;
in amdgpu_driver_load_kms()
159
adev->pm.
rpm_mode
= AMDGPU_RUNPM_BOCO;
in amdgpu_driver_load_kms()
168
adev->pm.
rpm_mode
= AMDGPU_RUNPM_BACO;
in amdgpu_driver_load_kms()
173
adev->pm.
rpm_mode
= AMDGPU_RUNPM_BACO;
in amdgpu_driver_load_kms()
177
adev->pm.
rpm_mode
= AMDGPU_RUNPM_BACO;
in amdgpu_driver_load_kms()
181
if (adev->pm.
rpm_mode
== AMDGPU_RUNPM_BACO)
in amdgpu_driver_load_kms()
H
A
D
amdgpu_drv.c
2181
if (adev->pm.
rpm_mode
!= AMDGPU_RUNPM_NONE) {
in amdgpu_pci_probe()
2241
if (adev->pm.
rpm_mode
!= AMDGPU_RUNPM_NONE) {
in amdgpu_pci_remove()
2567
if (adev->pm.
rpm_mode
== AMDGPU_RUNPM_NONE) {
in amdgpu_pmops_runtime_suspend()
2639
if (adev->pm.
rpm_mode
== AMDGPU_RUNPM_NONE)
in amdgpu_pmops_runtime_resume()
2686
if (adev->pm.
rpm_mode
== AMDGPU_RUNPM_NONE) {
in amdgpu_pmops_runtime_idle()
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-6.6/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
368
enum amdgpu_runpm_mode
rpm_mode
;
member
Completed in 10 milliseconds