Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c3123 unsigned xtot, ytot; in dispc_mgr_set_timings() local
3139 xtot = t.x_res + t.hfp + t.hsw + t.hbp; in dispc_mgr_set_timings()
3142 ht = timings->pixelclock / xtot; in dispc_mgr_set_timings()
3143 vt = timings->pixelclock / xtot / ytot; in dispc_mgr_set_timings()
/linux-6.15/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3093 unsigned int xtot, ytot; in dispc_mgr_set_timings() local
3107 xtot = t.hactive + t.hfront_porch + t.hsync_len + t.hback_porch; in dispc_mgr_set_timings()
3110 ht = vm->pixelclock / xtot; in dispc_mgr_set_timings()
3111 vt = vm->pixelclock / xtot / ytot; in dispc_mgr_set_timings()