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:dram_rows
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
rv6xx_dpm.c
784
u32
dram_rows
, dram_refresh_rate;
in calculate_memory_refresh_rate()
local
788
dram_rows
= 1 << (tmp + 10);
in calculate_memory_refresh_rate()
791
return ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in calculate_memory_refresh_rate()
H
A
D
rv770_dpm.c
724
u32
dram_rows
;
in rv770_calculate_memory_refresh_rate()
local
730
dram_rows
= 1 << (tmp + 10);
in rv770_calculate_memory_refresh_rate()
733
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in rv770_calculate_memory_refresh_rate()
H
A
D
si_dpm.c
4259
u32
dram_rows
;
in si_calculate_memory_refresh_rate()
local
4265
dram_rows
= 16384;
in si_calculate_memory_refresh_rate()
4267
dram_rows
= 1 << (tmp + 10);
in si_calculate_memory_refresh_rate()
4270
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in si_calculate_memory_refresh_rate()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
rv6xx_dpm.c
784
u32
dram_rows
, dram_refresh_rate;
in calculate_memory_refresh_rate()
local
788
dram_rows
= 1 << (tmp + 10);
in calculate_memory_refresh_rate()
791
return ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in calculate_memory_refresh_rate()
H
A
D
rv770_dpm.c
726
u32
dram_rows
;
in rv770_calculate_memory_refresh_rate()
local
732
dram_rows
= 1 << (tmp + 10);
in rv770_calculate_memory_refresh_rate()
735
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in rv770_calculate_memory_refresh_rate()
H
A
D
si_dpm.c
4256
u32
dram_rows
;
in si_calculate_memory_refresh_rate()
local
4262
dram_rows
= 16384;
in si_calculate_memory_refresh_rate()
4264
dram_rows
= 1 << (tmp + 10);
in si_calculate_memory_refresh_rate()
4267
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in si_calculate_memory_refresh_rate()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.c
4720
u32
dram_rows
;
in si_calculate_memory_refresh_rate()
local
4726
dram_rows
= 16384;
in si_calculate_memory_refresh_rate()
4728
dram_rows
= 1 << (tmp + 10);
in si_calculate_memory_refresh_rate()
4731
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in si_calculate_memory_refresh_rate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
si_dpm.c
4735
u32
dram_rows
;
in si_calculate_memory_refresh_rate()
local
4741
dram_rows
= 16384;
in si_calculate_memory_refresh_rate()
4743
dram_rows
= 1 << (tmp + 10);
in si_calculate_memory_refresh_rate()
4746
mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate /
dram_rows
- 32) / 64;
in si_calculate_memory_refresh_rate()
Completed in 48 milliseconds