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:stream_kbps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
325
range->
stream_kbps
= dc_dsc_bandwidth_in_kbps_from_timing(timing);
in get_dsc_bandwidth_range()
330
if (range->max_kbps > range->
stream_kbps
) {
in get_dsc_bandwidth_range()
332
range->max_kbps = range->
stream_kbps
;
in get_dsc_bandwidth_range()
333
range->max_target_bpp_x16 = calc_dsc_bpp_x16(range->
stream_kbps
, timing->pix_clk_100hz, dsc_caps->bpp_increment_div);
in get_dsc_bandwidth_range()
368
if (!policy->enable_dsc_when_not_needed && target_bandwidth_kbps >= range.
stream_kbps
) {
in decide_dsc_target_bpp_x16()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dsc.h
39
uint32_t
stream_kbps
; /* Uncompressed stream bandwidth */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_mst_types.c
685
kbps_increase[i] = params[i].bw_range.
stream_kbps
- params[i].bw_range.max_kbps;
in try_disable_dsc()
709
vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.
stream_kbps
);
in try_disable_dsc()
779
params[count].bw_range.
stream_kbps
= dc_bandwidth_in_kbps_from_timing(&stream->timing);
in compute_mst_dsc_configs_for_link()
785
vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.
stream_kbps
);
in compute_mst_dsc_configs_for_link()
813
vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.
stream_kbps
);
in compute_mst_dsc_configs_for_link()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_dsc.h
39
uint32_t
stream_kbps
; /* Uncompressed stream bandwidth */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm_mst_types.c
1013
kbps_increase[i] = params[i].bw_range.
stream_kbps
- params[i].bw_range.max_kbps;
in try_disable_dsc()
1037
vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.
stream_kbps
, fec_overhead_multiplier_x1000);
in try_disable_dsc()
1125
params[count].bw_range.
stream_kbps
= dc_bandwidth_in_kbps_from_timing(&stream->timing,
in compute_mst_dsc_configs_for_link()
1144
vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.
stream_kbps
, fec_overhead_multiplier_x1000);
in compute_mst_dsc_configs_for_link()
1171
vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.
stream_kbps
, fec_overhead_multiplier_x1000);
in compute_mst_dsc_configs_for_link()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
dc_dsc.c
634
range->
stream_kbps
= dc_bandwidth_in_kbps_from_timing(timing, link_encoding);
in decide_dsc_bandwidth_range()
669
if (target_bandwidth_kbps >= range.
stream_kbps
) {
in decide_dsc_target_bpp_x16()
Completed in 7 milliseconds