Home
last modified time | relevance | path

Searched refs:total_swaths (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c184 unsigned int total_swaths, in calculate_copy_swaths() argument
200 if (num_swaths > total_swaths) in calculate_copy_swaths()
201 num_swaths = total_swaths; in calculate_copy_swaths()
312 …ec_first_hdl, pre_hdl_delta, rec_hdl_delta, p->prefetch_swaths[j], p->total_swaths[j], p->svp0_dst… in calculate_alt_copy_time_us()
363 if (copy_swaths > p->total_swaths[plane_idx]) in calculate_ub_copy_size_per_plane_per_dpp_per_svp()
364 copy_swaths = p->total_swaths[plane_idx]; in calculate_ub_copy_size_per_plane_per_dpp_per_svp()
373 unsigned int total_swaths; member
420 …out->total_swaths = (access_direction ? src_y_first_sw_algn - src_y_last_va_sw_algn : src_y_last_v… in calculate_swath_params()
469 p->total_swaths[j] = swath_params.total_swaths; in dcn6_calculate_alternate_params()
482 p->total_swaths_c[j] = swath_params.total_swaths; in dcn6_calculate_alternate_params()
H A Ddml2_core_shared_types.h679 unsigned int total_swaths[DML2_MAX_PLANES]; member
907 unsigned int total_swaths[DML2_MAX_PLANES]; member
2325 unsigned int *total_swaths; member