Home
last modified time | relevance | path

Searched refs:req_per_swath_ub_c (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h434 unsigned int req_per_swath_ub_c[DML2_MAX_PLANES]; member
738 unsigned int req_per_swath_ub_c[DML2_MAX_PLANES]; member
1881 unsigned int *req_per_swath_ub_c; member
H A Ddml2_core_dcn5_funcs_mode_programming.c209 mode_lib->mp.req_per_swath_ub_c, in dcn5_mode_programming()
263 CalculateSwathAndDETConfiguration_params->req_per_swath_ub_c = mode_lib->mp.req_per_swath_ub_c; in dcn5_mode_programming()
1169 mode_lib->mp.req_per_swath_ub_c, in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c262 unsigned int req_per_swath_ub_c[], in dcn5_calculate_swath_width() argument
368 req_per_swath_ub_c[k] = 0; in dcn5_calculate_swath_width()
399 req_per_swath_ub_c[k] = swath_width_chroma_ub[k] / req_width_horz_c; in dcn5_calculate_swath_width()
433 req_per_swath_ub_c[k] = swath_width_chroma_ub[k] / Read256BytesBlockHeightC[k]; in dcn5_calculate_swath_width()
444 DML_LOG_VERBOSE("DML::%s: k=%u req_per_swath_ub_c=%u\n", __func__, k, req_per_swath_ub_c[k]); in dcn5_calculate_swath_width()
726 p->req_per_swath_ub_c, in dcn5_calculate_swath_and_det_configuration()