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:bytes_per_request
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dce_calcs.c
675
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
681
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
693
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
697
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
705
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
711
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
718
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
724
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
730
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
845
data->display_bandwidth[i] = bw_mul(data->request_bandwidth[i], data->
bytes_per_request
[
in calculate_bandwidth()
[all...]
H
A
D
calcs_logger.h
450
DC_LOG_BANDWIDTH_CALCS(" [bw_fixed]
bytes_per_request
[%d]:%d",
in print_bw_calcs_data()
451
i, bw_fixed_to_int(data->
bytes_per_request
[i]));
in print_bw_calcs_data()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dce_calcs.c
690
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
696
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
708
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
712
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
720
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
726
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
733
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
739
data->
bytes_per_request
[i] = bw_int_to_fixed(32);
in calculate_bandwidth()
745
data->
bytes_per_request
[i] = bw_int_to_fixed(64);
in calculate_bandwidth()
856
data->display_bandwidth[i] = bw_mul(data->request_bandwidth[i], data->
bytes_per_request
[
in calculate_bandwidth()
[all...]
H
A
D
calcs_logger.h
450
DC_LOG_BANDWIDTH_CALCS(" [bw_fixed]
bytes_per_request
[%d]:%d",
in print_bw_calcs_data()
451
i, bw_fixed_to_int(data->
bytes_per_request
[i]));
in print_bw_calcs_data()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dce_calcs.h
409
struct bw_fixed
bytes_per_request
[maximum_number_of_surfaces];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dce_calcs.h
409
struct bw_fixed
bytes_per_request
[maximum_number_of_surfaces];
member
Completed in 8 milliseconds