Home
last modified time | relevance | path

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

/drivers/video/fbdev/intelfb/
Dintelfbdrv.c928 int xtot = var->xres + var->left_margin + var->right_margin + in var_to_refresh() local
933 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot; in var_to_refresh()
943 int xtot, ytot; in get_initial_mode() local
982 xtot = var->xres + var->left_margin + in get_initial_mode()
986 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60; in get_initial_mode()
/drivers/video/fbdev/omap2/dss/
Ddispc.c3192 unsigned xtot, ytot; in dispc_mgr_set_timings() local
3208 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings()
3211 ht = timings->pixelclock / xtot; in dispc_mgr_set_timings()
3212 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()