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:has_hw_reset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu.h
955
bool
has_hw_reset
;
member
H
A
D
vi.c
670
adev->
has_hw_reset
= true;
in vi_gpu_pci_config_reset()
H
A
D
amdgpu_device.c
1193
if (adev->
has_hw_reset
) {
in amdgpu_device_need_post()
1194
adev->
has_hw_reset
= false;
in amdgpu_device_need_post()
H
A
D
cik.c
1277
adev->
has_hw_reset
= true;
in cik_gpu_pci_config_reset()
H
A
D
si.c
1291
adev->
has_hw_reset
= true;
in si_gpu_pci_config_reset()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu.h
1004
bool
has_hw_reset
;
member
H
A
D
cik.c
1362
adev->
has_hw_reset
= true;
in cik_asic_pci_config_reset()
H
A
D
vi.c
888
adev->
has_hw_reset
= true;
in vi_asic_pci_config_reset()
H
A
D
amdgpu_device.c
1231
if (adev->
has_hw_reset
) {
in amdgpu_device_need_post()
1232
adev->
has_hw_reset
= false;
in amdgpu_device_need_post()
H
A
D
si.c
1401
adev->
has_hw_reset
= true;
in si_gpu_pci_config_reset()
Completed in 30 milliseconds