Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c3135 unsigned xtot, ytot; in dispc_mgr_set_timings() local
3151 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings()
3154 ht = timings->pixelclock / xtot; in dispc_mgr_set_timings()
3155 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Ddispc.c3222 unsigned int xtot, ytot; in dispc_mgr_set_timings() local
3236 xtot = t.hactive + t.hfront_porch + t.hsync_len + t.hback_porch; in dispc_mgr_set_timings()
3239 ht = vm->pixelclock / xtot; in dispc_mgr_set_timings()
3240 vt = vm->pixelclock / xtot / ytot; in dispc_mgr_set_timings()