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 D | dml2_core_shared_types.h | 435 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 D | dml2_core_dcn5_calcs_dchub.c | 269 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() 379 …swath_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() 414 …swath_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 D | dml2_core_dcn5_funcs_mode_programming.c | 216 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 D | display_mode_core_structs.h | 1087 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
|