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:nr_gpu_freqs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_hfi.c
216
msg.num_gpu_levels = gmu->
nr_gpu_freqs
;
in a6xx_hfi_send_perf_table_v1()
219
for (i = 0; i < gmu->
nr_gpu_freqs
; i++) {
in a6xx_hfi_send_perf_table_v1()
238
msg.num_gpu_levels = gmu->
nr_gpu_freqs
;
in a6xx_hfi_send_perf_table()
241
for (i = 0; i < gmu->
nr_gpu_freqs
; i++) {
in a6xx_hfi_send_perf_table()
H
A
D
a6xx_gmu.h
73
int
nr_gpu_freqs
;
member
H
A
D
a6xx_gmu.c
121
for (perf_index = 0; perf_index < gmu->
nr_gpu_freqs
- 1; perf_index++)
in a6xx_gmu_set_freq()
400
vote = gmu->gx_arc_votes[gmu->
nr_gpu_freqs
- 1];
in a6xx_gmu_gfx_rail_on()
1292
gmu->gpu_freqs, gmu->
nr_gpu_freqs
, "gfx.lvl");
in a6xx_gmu_rpmh_votes_init()
1358
gmu->
nr_gpu_freqs
= a6xx_gmu_build_freq_table(&gpu->pdev->dev,
in a6xx_gmu_pwrlevels_probe()
1361
gmu->current_perf_index = gmu->
nr_gpu_freqs
- 1;
in a6xx_gmu_pwrlevels_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a6xx_hfi.c
220
msg.num_gpu_levels = gmu->
nr_gpu_freqs
;
in a6xx_hfi_send_perf_table_v1()
223
for (i = 0; i < gmu->
nr_gpu_freqs
; i++) {
in a6xx_hfi_send_perf_table_v1()
242
msg.num_gpu_levels = gmu->
nr_gpu_freqs
;
in a6xx_hfi_send_perf_table()
245
for (i = 0; i < gmu->
nr_gpu_freqs
; i++) {
in a6xx_hfi_send_perf_table()
H
A
D
a6xx_gmu.h
80
int
nr_gpu_freqs
;
member
H
A
D
a6xx_gmu.c
122
for (perf_index = 0; perf_index < gmu->
nr_gpu_freqs
- 1; perf_index++)
in a6xx_gmu_set_freq()
411
vote = gmu->gx_arc_votes[gmu->
nr_gpu_freqs
- 1];
in a6xx_gmu_gfx_rail_on()
1314
gmu->gpu_freqs, gmu->
nr_gpu_freqs
, "gfx.lvl");
in a6xx_gmu_rpmh_votes_init()
1380
gmu->
nr_gpu_freqs
= a6xx_gmu_build_freq_table(&gpu->pdev->dev,
in a6xx_gmu_pwrlevels_probe()
1383
gmu->current_perf_index = gmu->
nr_gpu_freqs
- 1;
in a6xx_gmu_pwrlevels_probe()
Completed in 11 milliseconds