Home
last modified time | relevance | path

Searched refs:swath_width_luma_ub (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h435 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
819 unsigned int swath_width_luma_ub[DML2_MAX_PLANES]; member
1882 unsigned int *swath_width_luma_ub; member
2023 unsigned int swath_width_luma_ub; // per-pipe member
H A Ddml2_core_dcn5_calcs_dchub.c269 unsigned int swath_width_luma_ub[], // per-pipe in dcn5_calculate_swath_width()
373 swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, in dcn5_calculate_swath_width()
377 swath_width_luma_ub_single_dpp[k] = swath_width_luma_ub[k]; in dcn5_calculate_swath_width()
379swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_width_ub_l, math_ceil2((double)SwathWidt… in dcn5_calculate_swath_width()
384 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / req_width_horz_y; in dcn5_calculate_swath_width()
408 swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, in dcn5_calculate_swath_width()
412 swath_width_luma_ub_single_dpp[k] = swath_width_luma_ub[k]; in dcn5_calculate_swath_width()
414swath_width_luma_ub[k] = (unsigned int)(math_min2(surface_height_ub_l, math_ceil2((double)SwathWid… in dcn5_calculate_swath_width()
419 req_per_swath_ub_l[k] = swath_width_luma_ub[k] / Read256BytesBlockHeightY[k]; in dcn5_calculate_swath_width()
439 DML_LOG_VERBOSE("DML::%s: k=%u swath_width_luma_ub=%u\n", __func__, k, swath_width_luma_ub[k]); in dcn5_calculate_swath_width()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c216 mode_lib->mp.swath_width_luma_ub, in dcn5_mode_programming()
264 CalculateSwathAndDETConfiguration_params->swath_width_luma_ub = s->dummy_long_array[0]; in dcn5_mode_programming()
585 mode_lib->mp.swath_width_luma_ub[k], in dcn5_mode_programming()
696 CalculatePrefetchSchedule_params->swath_width_luma_ub = mode_lib->mp.swath_width_luma_ub[k]; in dcn5_mode_programming()
794 mode_lib->mp.swath_width_luma_ub[k], in dcn5_mode_programming()
1160 mode_lib->mp.swath_width_luma_ub, in dcn5_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1087 dml_uint_t swath_width_luma_ub[__DML_NUM_PLANES__]; member
1505 dml_uint_t *swath_width_luma_ub; member
1620 dml_uint_t swath_width_luma_ub; member