Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDdcn_calcs.h358 float maximum_vstartup; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calc_auto.c795 … v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0; in mode_support_and_system_configuration()
798 … v->maximum_vstartup = v->v_sync_plus_back_porch[k] - 1.0; in mode_support_and_system_configuration()
800 …v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel… in mode_support_and_system_configuration()