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:fwloc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.c
134
if (signed_fwname || (to_adreno_gpu(gpu)->
fwloc
== FW_LOCATION_LEGACY)) {
in zap_shader_load_mdt()
285
if ((adreno_gpu->
fwloc
== FW_LOCATION_UNKNOWN) ||
in adreno_request_fw()
286
(adreno_gpu->
fwloc
== FW_LOCATION_NEW)) {
in adreno_request_fw()
292
adreno_gpu->
fwloc
= FW_LOCATION_NEW;
in adreno_request_fw()
294
} else if (adreno_gpu->
fwloc
!= FW_LOCATION_UNKNOWN) {
in adreno_request_fw()
305
if ((adreno_gpu->
fwloc
== FW_LOCATION_UNKNOWN) ||
in adreno_request_fw()
306
(adreno_gpu->
fwloc
== FW_LOCATION_LEGACY)) {
in adreno_request_fw()
312
adreno_gpu->
fwloc
= FW_LOCATION_LEGACY;
in adreno_request_fw()
314
} else if (adreno_gpu->
fwloc
!= FW_LOCATION_UNKNOWN) {
in adreno_request_fw()
326
if ((adreno_gpu->
fwloc
in adreno_request_fw()
[all...]
H
A
D
adreno_gpu.h
102
}
fwloc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.c
140
if (signed_fwname || (to_adreno_gpu(gpu)->
fwloc
== FW_LOCATION_LEGACY)) {
in zap_shader_load_mdt()
445
if ((adreno_gpu->
fwloc
== FW_LOCATION_UNKNOWN) ||
in adreno_request_fw()
446
(adreno_gpu->
fwloc
== FW_LOCATION_NEW)) {
in adreno_request_fw()
452
adreno_gpu->
fwloc
= FW_LOCATION_NEW;
in adreno_request_fw()
454
} else if (adreno_gpu->
fwloc
!= FW_LOCATION_UNKNOWN) {
in adreno_request_fw()
465
if ((adreno_gpu->
fwloc
== FW_LOCATION_UNKNOWN) ||
in adreno_request_fw()
466
(adreno_gpu->
fwloc
== FW_LOCATION_LEGACY)) {
in adreno_request_fw()
472
adreno_gpu->
fwloc
= FW_LOCATION_LEGACY;
in adreno_request_fw()
474
} else if (adreno_gpu->
fwloc
!= FW_LOCATION_UNKNOWN) {
in adreno_request_fw()
486
if ((adreno_gpu->
fwloc
in adreno_request_fw()
[all...]
H
A
D
adreno_gpu.h
161
}
fwloc
;
member
Completed in 5 milliseconds