Searched refs:full_det_buffering_time_c (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h407 float full_det_buffering_time_c[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c1348 v->full_det_buffering_time_c[k] = v->lines_in_detc_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0);
1353 v->full_det_buffering_time_c[k] = 999999.0;
1362 if (v->full_det_buffering_time_c[k] < v->min_full_det_buffering_time) {
1363 v->min_full_det_buffering_time = v->full_det_buffering_time_c[k];
1856 v->max_det_buffering_time_c = v->full_det_buffering_time_c[k] + (v->lines_in_detc[k] - v->lines_in_detc_rounded_down_to_swath[k]) / v->swath_height_c[k] * (v->htotal[k] / v->pixel_clock[k]);

Completed in 109 milliseconds