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

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h358 float maximum_vstartup; member in struct:dcn_bw_internal_vars
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c795 v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0;
798 v->maximum_vstartup = v->v_sync_plus_back_porch[k] - 1.0;
802 v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel_clock[k]) - (v->time_calc + v->time_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dst_y_after_scaler + v->dst_x_after_scaler / v->htotal[k]);
828 v->maximum_vstartup = v->maximum_vstartup - 1;

Completed in 167 milliseconds