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:swath_width_y
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
dcn_calc_auto.c
1251
v->
swath_width_y
[k] = v->viewport_width[k] / v->dpp_per_plane[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1254
v->
swath_width_y
[k] = v->viewport_height[k] / v->dpp_per_plane[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1281
v->read_bandwidth_plane_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1282
v->read_bandwidth_plane_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1297
v->display_pipe_line_delivery_time_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] / v->h_ratio[k] / v->pixel_clock[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1300
v->display_pipe_line_delivery_time_luma[k] = v->
swath_width_y
[k] / v->pscl_throughput[k] / v->dppclk;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1302
v->data_fabric_line_delivery_time_luma = v->
swath_width_y
[k] * v->swath_height_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / (v->return_bw * v->read_bandwidth_plane_luma[k] / v->dpp_per_plane[k] / v->total_data_read_bandwidth);
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1309
v->display_pipe_line_delivery_time_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] / (v->h_ratio[k] / 2.0) / v->pixel_clock[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1312
v->display_pipe_line_delivery_time_chroma[k] = v->
swath_width_y
[k] / 2.0 / v->pscl_throughput_chroma[k] / v->dppclk;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1314
v->data_fabric_line_delivery_time_chroma = v->
swath_width_y
[
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all...]
H
A
D
dcn_calcs.c
1102
v->
swath_width_y
[k] = v->viewport_width[k] / v->dpp_per_plane[k];
in dcn_validate_bandwidth()
1104
v->
swath_width_y
[k] = v->viewport_height[k] / v->dpp_per_plane[k];
in dcn_validate_bandwidth()
1127
v->read_bandwidth_plane_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] *
in dcn_validate_bandwidth()
1129
v->read_bandwidth_plane_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] *
in dcn_validate_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
dcn_calc_auto.c
1251
v->
swath_width_y
[k] = v->viewport_width[k] / v->dpp_per_plane[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1254
v->
swath_width_y
[k] = v->viewport_height[k] / v->dpp_per_plane[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1281
v->read_bandwidth_plane_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1282
v->read_bandwidth_plane_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / (v->htotal[k] / v->pixel_clock[k]) * v->v_ratio[k] / 2.0;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1297
v->display_pipe_line_delivery_time_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] / v->h_ratio[k] / v->pixel_clock[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1300
v->display_pipe_line_delivery_time_luma[k] = v->
swath_width_y
[k] / v->pscl_throughput[k] / v->dppclk;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1302
v->data_fabric_line_delivery_time_luma = v->
swath_width_y
[k] * v->swath_height_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / (v->return_bw * v->read_bandwidth_plane_luma[k] / v->dpp_per_plane[k] / v->total_data_read_bandwidth);
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1309
v->display_pipe_line_delivery_time_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] / (v->h_ratio[k] / 2.0) / v->pixel_clock[k];
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1312
v->display_pipe_line_delivery_time_chroma[k] = v->
swath_width_y
[k] / 2.0 / v->pscl_throughput_chroma[k] / v->dppclk;
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1314
v->data_fabric_line_delivery_time_chroma = v->
swath_width_y
[
in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all...]
H
A
D
dcn_calcs.c
1087
v->
swath_width_y
[k] = v->viewport_width[k] / v->dpp_per_plane[k];
in dcn_validate_bandwidth()
1089
v->
swath_width_y
[k] = v->viewport_height[k] / v->dpp_per_plane[k];
in dcn_validate_bandwidth()
1112
v->read_bandwidth_plane_luma[k] = v->
swath_width_y
[k] * v->dpp_per_plane[k] *
in dcn_validate_bandwidth()
1114
v->read_bandwidth_plane_chroma[k] = v->
swath_width_y
[k] / 2.0 * v->dpp_per_plane[k] *
in dcn_validate_bandwidth()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
dcn_calcs.h
401
float
swath_width_y
[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
401
float
swath_width_y
[number_of_planes_minus_one + 1];
member
Completed in 13 milliseconds