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:min_kbps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dsc.h
35
uint32_t
min_kbps
; /* Bandwidth if min_target_bpp_x16 is used */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
337
range->
min_kbps
= dsc_div_by_10_round_up(min_bpp * timing->pix_clk_100hz);
in get_dsc_bandwidth_range()
339
if (range->
min_kbps
> range->max_kbps) {
in get_dsc_bandwidth_range()
341
range->
min_kbps
= range->max_kbps;
in get_dsc_bandwidth_range()
376
} else if (target_bandwidth_kbps >= range.
min_kbps
) {
in decide_dsc_target_bpp_x16()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dsc.h
35
uint32_t
min_kbps
; /* Bandwidth if min_target_bpp_x16 is used */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
641
range->
min_kbps
= dc_dsc_stream_bandwidth_in_kbps(timing,
in decide_dsc_bandwidth_range()
645
return range->max_kbps >= range->
min_kbps
&& range->
min_kbps
> 0;
in decide_dsc_bandwidth_range()
676
} else if (target_bandwidth_kbps >= range.
min_kbps
) {
in decide_dsc_target_bpp_x16()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_mst_types.c
803
vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.
min_kbps
);
in compute_mst_dsc_configs_for_link()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_mst_types.c
1163
vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.
min_kbps
, fec_overhead_multiplier_x1000);
in compute_mst_dsc_configs_for_link()
1630
max_compressed_bw_in_kbps = bw_range.
min_kbps
;
in dm_dp_mst_is_port_support_mode()
Completed in 7 milliseconds