OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rounded_up_max_swath_size_bytes_y
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
314
float
rounded_up_max_swath_size_bytes_y
;
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
528
v->
rounded_up_max_swath_size_bytes_y
= (dcn_bw_ceil2(v->swath_width_yper_state[i][j][k] - 1.0, v->swath_width_granularity_y) + v->swath_width_granularity_y) * v->byte_per_pixel_in_dety[k] * v->max_swath_height_y[k];
530
v->
rounded_up_max_swath_size_bytes_y
=dcn_bw_ceil2(v->
rounded_up_max_swath_size_bytes_y
, 256.0) + 256;
539
if (v->
rounded_up_max_swath_size_bytes_y
+ v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 / 2.0) {
1148
v->
rounded_up_max_swath_size_bytes_y
= (dcn_bw_ceil2(v->swath_width - 1.0, v->swath_width_granularity_y) + v->swath_width_granularity_y) * v->byte_per_pix_dety * v->maximum_swath_height_y;
1150
v->
rounded_up_max_swath_size_bytes_y
=dcn_bw_ceil2(v->
rounded_up_max_swath_size_bytes_y
, 256.0) + 256;
1159
if (v->
rounded_up_max_swath_size_bytes_y
+ v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 / 2.0) {
Completed in 43 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025