Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_fb.c35 int stride_bpp; /* this times width is stride */ member
142 (x * format->planes[n].stride_bpp) + in get_linear_addr()
232 info->screen_width /= format->planes[0].stride_bpp; in omap_framebuffer_update_scanout()
428 if (pitch < (mode_cmd->width * format->planes[i].stride_bpp)) { in omap_framebuffer_init()
430 pitch, mode_cmd->width * format->planes[i].stride_bpp); in omap_framebuffer_init()
435 if (pitch % format->planes[i].stride_bpp != 0) { in omap_framebuffer_init()
438 pitch, format->planes[i].stride_bpp); in omap_framebuffer_init()