Searched refs:ytot (Results 1 – 2 of 2) sorted by relevance
962 int ytot = var->yres + var->upper_margin + var->lower_margin + in var_to_refresh() local965 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot; in var_to_refresh()975 int xtot, ytot; in get_initial_mode() local1016 ytot = var->yres + var->upper_margin + in get_initial_mode()1018 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60; in get_initial_mode()
2936 unsigned xtot, ytot; in dispc_mgr_set_timings() local2953 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()2956 vt = (timings->pixel_clock * 1000) / xtot / ytot; in dispc_mgr_set_timings()