Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c3123 unsigned xtot, ytot; in dispc_mgr_set_timings() local
3140 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings()
3143 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3093 unsigned int xtot, ytot; in dispc_mgr_set_timings() local
3108 ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vback_porch; in dispc_mgr_set_timings()
3111 vt = vm->pixelclock / xtot / ytot; in dispc_mgr_set_timings()