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:v_startup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dcn_calcs.h
390
float
v_startup
[number_of_planes_minus_one + 1];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dcn_calcs.h
390
float
v_startup
[number_of_planes_minus_one + 1];
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dcn_calcs.c
1227
pipe->pipe_dlg_param.vstartup_start = v->
v_startup
[input_idx];
in dcn_validate_bandwidth()
1268
hsplit_pipe->pipe_dlg_param.vstartup_start = v->
v_startup
[input_idx];
in dcn_validate_bandwidth()
H
A
D
dcn_calc_auto.c
1658
v->
v_startup
[k] =dcn_bw_min2(v->v_startup_lines, v->max_vstartup_lines[k]);
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1668
v->destination_lines_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->
v_startup
[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dcn_calcs.c
1212
pipe->pipe_dlg_param.vstartup_start = v->
v_startup
[input_idx];
in dcn_validate_bandwidth()
1253
hsplit_pipe->pipe_dlg_param.vstartup_start = v->
v_startup
[input_idx];
in dcn_validate_bandwidth()
H
A
D
dcn_calc_auto.c
1658
v->
v_startup
[k] =dcn_bw_min2(v->v_startup_lines, v->max_vstartup_lines[k]);
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1668
v->destination_lines_for_prefetch[k] =dcn_bw_floor2(4.0 * (v->
v_startup
[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
Completed in 13 milliseconds