Searched refs:ytot (Results 1 – 3 of 3) sorted by relevance
929 int ytot = var->yres + var->upper_margin + var->lower_margin + in var_to_refresh() local932 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot; in var_to_refresh()942 int xtot, ytot; in get_initial_mode() local983 ytot = var->yres + var->upper_margin + in get_initial_mode()985 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60; in get_initial_mode()
3137 unsigned xtot, ytot; in dispc_mgr_set_timings() local3154 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()3157 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
3227 unsigned int xtot, ytot; in dispc_mgr_set_timings() local3242 ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch; in dispc_mgr_set_timings()3245 vt = vm->pixelclock / xtot / ytot; in dispc_mgr_set_timings()