Searched refs:ytot (Results 1 – 2 of 2) sorted by relevance
3135 unsigned xtot, ytot; in dispc_mgr_set_timings() local3152 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()3155 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
3222 unsigned int xtot, ytot; in dispc_mgr_set_timings() local3237 ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch; in dispc_mgr_set_timings()3240 vt = vm->pixelclock / xtot / ytot; in dispc_mgr_set_timings()