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:cache_num_ways
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_resource_helpers.c
48
lines_per_way = total_cache_lines / dc->caps.
cache_num_ways
;
in dcn32_helper_mall_bytes_to_ways()
H
A
D
dcn32_hwseq.c
306
if (ways <= dc->caps.
cache_num_ways
&& !mall_ss_unsupported) {
in dcn32_apply_idle_power_optimizations()
690
num_ways <= dc->caps.
cache_num_ways
&&
in dcn32_update_mall_sel()
H
A
D
dcn32_resource.c
2150
dc->caps.
cache_num_ways
= 16;
in dcn32_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
268
uint32_t
cache_num_ways
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn321/
H
A
D
dcn321_resource.c
1698
dc->caps.
cache_num_ways
= 16;
in dcn321_resource_construct()
Completed in 14 milliseconds