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:amdgpu_pcie_gen
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
249
enum
amdgpu_pcie_gen
{
enum
504
enum
amdgpu_pcie_gen
amdgpu_get_pcie_gen_support(struct amdgpu_device *adev,
506
enum
amdgpu_pcie_gen
asic_gen,
507
enum
amdgpu_pcie_gen
default_gen);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.h
604
enum
amdgpu_pcie_gen
pcie_gen; /* si+ only */
970
enum
amdgpu_pcie_gen
force_pcie_gen;
971
enum
amdgpu_pcie_gen
boot_pcie_gen;
972
enum
amdgpu_pcie_gen
acpi_pcie_gen;
H
A
D
si_dpm.c
6150
static enum
amdgpu_pcie_gen
si_get_maximum_link_speed(struct amdgpu_device *adev,
in si_get_maximum_link_speed()
6180
enum
amdgpu_pcie_gen
target_link_speed = si_get_maximum_link_speed(adev, amdgpu_new_state);
in si_request_link_speed_change_before_state_change()
6181
enum
amdgpu_pcie_gen
current_link_speed;
in si_request_link_speed_change_before_state_change()
6220
enum
amdgpu_pcie_gen
target_link_speed = si_get_maximum_link_speed(adev, amdgpu_new_state);
in si_notify_link_speed_change_after_state_change()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
876
enum
amdgpu_pcie_gen
amdgpu_get_pcie_gen_support(struct amdgpu_device *adev,
in amdgpu_get_pcie_gen_support()
878
enum
amdgpu_pcie_gen
asic_gen,
in amdgpu_get_pcie_gen_support()
879
enum
amdgpu_pcie_gen
default_gen)
in amdgpu_get_pcie_gen_support()
Completed in 16 milliseconds