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:bw_needed
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_validation.c
360
int
bw_needed
[MAX_DPIA_NUM] = {0};
in link_validate_dpia_bandwidth()
local
371
bw_needed
[num_dpias] = dc_bandwidth_in_kbps_from_timing(&stream[i].timing,
in link_validate_dpia_bandwidth()
392
bw_needed
[j] += dc_bandwidth_in_kbps_from_timing(&stream[i].timing,
in link_validate_dpia_bandwidth()
402
bw_needed
[i] += dp_overhead;
in link_validate_dpia_bandwidth()
405
return dpia_validate_usb4_bw(dpia_link,
bw_needed
, num_dpias);
in link_validate_dpia_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_dpia_bw.h
95
* @
bw_needed
[]: bw needed for each DPIA link based on timing
100
bool dpia_validate_usb4_bw(struct dc_link **link, int *
bw_needed
, const unsigned int num_dpias);
H
A
D
link_dp_dpia_bw.c
353
int
bw_needed
= 0;
in dpia_handle_bw_alloc_response()
local
391
bw_needed
= bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity);
in dpia_handle_bw_alloc_response()
396
__func__, link->dpia_bw_alloc_config.allocated_bw,
bw_needed
);
in dpia_handle_bw_alloc_response()
398
link->dpia_bw_alloc_config.allocated_bw =
bw_needed
;
in dpia_handle_bw_alloc_response()
Completed in 2 milliseconds