Searched refs:vrfb_width (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | vrfb.c | 174 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | vrfb.c | 174 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 2 milliseconds