Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fb.c35 int stride_bpp; /* this times width is stride */ member
140 (x * format->planes[n].stride_bpp) + in get_linear_addr()
230 info->screen_width /= format->planes[0].stride_bpp; in omap_framebuffer_update_scanout()
419 if (pitch < (mode_cmd->width * format->planes[i].stride_bpp)) { in omap_framebuffer_init()
421 pitch, mode_cmd->width * format->planes[i].stride_bpp); in omap_framebuffer_init()
426 if (pitch % format->planes[i].stride_bpp != 0) { in omap_framebuffer_init()
429 pitch, format->planes[i].stride_bpp); in omap_framebuffer_init()