Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c155 double pre_first_hdl, rec_first_hdl; in compute_pre_rec_first_hdl() local
160pre_first_hdl = prefetch_start_line + dst_y_per_vm_vblank + 2.0 * dst_y_per_row_vblank + in.prefet… in compute_pre_rec_first_hdl()
165 *pre_first_hdl_out = pre_first_hdl; in compute_pre_rec_first_hdl()
179 static unsigned int calculate_copy_swaths(double pre_first_hdl, in calculate_copy_swaths() argument
191 …s_between_pre_rec_first_hdl = pre_first_hdl < rec_first_hdl ? rec_first_hdl - pre_first_hdl : rec_… in calculate_copy_swaths()
296 double pre_first_hdl = 0.0, rec_first_hdl = 0.0; in calculate_alt_copy_time_us() local
309 compute_pre_rec_first_hdl(p, false, i, j, &pre_first_hdl, &rec_first_hdl); in calculate_alt_copy_time_us()
312 …copy_swaths = calculate_copy_swaths(pre_first_hdl, rec_first_hdl, pre_hdl_delta, rec_hdl_delta, p-… in calculate_alt_copy_time_us()