Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/
A Dvrfb.c174 u16 vrfb_width; in omap_vrfb_setup() local
199 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()
202 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup()
204 size = vrfb_width << SMS_IMAGEWIDTH_OFFSET; in omap_vrfb_setup()
220 vrfb_width - width, vrfb_height - height); in omap_vrfb_setup()
224 vrfb->xoffset = vrfb_width - width; in omap_vrfb_setup()

Completed in 6 milliseconds