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:adreno_is_a650
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_gmu.c
519
else if (
adreno_is_a650
(adreno_gpu))
in a6xx_gmu_rpmh_init()
541
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_gmu_rpmh_init()
586
if (adreno_is_a618(adreno_gpu) ||
adreno_is_a650
(adreno_gpu))
in a6xx_gmu_rpmh_init()
686
if (
adreno_is_a650
(adreno_gpu))
in a6xx_gmu_fw_load()
739
if (
adreno_is_a650
(adreno_gpu))
in a6xx_gmu_fw_start()
1487
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_gmu_init()
1529
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_gmu_init()
H
A
D
a6xx_gpu.c
550
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_set_cp_protect()
584
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_set_ubwc_config()
746
if (adreno_is_a640(adreno_gpu) ||
adreno_is_a650
(adreno_gpu)) {
in a6xx_hw_init()
771
if (!
adreno_is_a650
(adreno_gpu)) {
in a6xx_hw_init()
784
if (adreno_is_a640(adreno_gpu) ||
adreno_is_a650
(adreno_gpu))
in a6xx_hw_init()
794
if (
adreno_is_a650
(adreno_gpu))
in a6xx_hw_init()
819
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_hw_init()
H
A
D
adreno_gpu.h
227
static inline int
adreno_is_a650
(struct adreno_gpu *gpu)
in adreno_is_a650()
function
H
A
D
a6xx_hfi.c
402
else if (
adreno_is_a650
(adreno_gpu))
in a6xx_hfi_send_bw_table()
H
A
D
adreno_gpu.c
232
*value = !
adreno_is_a650
(adreno_gpu) ? 0x100000 : 0;
in adreno_get_param()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_gpu.c
906
if (
adreno_is_a650
(adreno_gpu)) {
in a6xx_set_cp_protect()
987
if (
adreno_is_a650
(adreno_gpu) || adreno_is_a660(adreno_gpu)) {
in a6xx_set_ubwc_config()
1311
if (
adreno_is_a650
(adreno_gpu) || adreno_is_a660(adreno_gpu) || adreno_is_a690(adreno_gpu))
in hw_init()
1315
else if (
adreno_is_a650
(adreno_gpu) || adreno_is_a660(adreno_gpu))
in hw_init()
H
A
D
adreno_gpu.h
349
static inline int
adreno_is_a650
(const struct adreno_gpu *gpu)
in adreno_is_a650()
function
H
A
D
a6xx_hfi.c
559
else if (
adreno_is_a650
(adreno_gpu))
in a6xx_hfi_send_bw_table()
H
A
D
a6xx_gmu.c
523
if (
adreno_is_a650
(adreno_gpu) || adreno_is_a660_family(adreno_gpu))
in a6xx_gmu_rpmh_init()
Completed in 13 milliseconds