Searched defs:stride_bpp (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/omapdrm/
H A Domap_fb.c34 int stride_bpp; /* this times width is stride */ member in struct:format::__anon5157
172 (x * format->planes[0].stride_bpp) +
177 info->screen_width = plane->pitch / format->planes[0].stride_bpp;
182 (x * format->planes[1].stride_bpp) +
322 if (pitch < (mode_cmd->width * format->planes[i].stride_bpp)) {
324 pitch, mode_cmd->width * format->planes[i].stride_bpp);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c708 uint32_t stride_bpp = vmw_sf_bpp[srf->format].s_bpp; local
724 body->guest.pitch = (cur_size->width * stride_bpp + 7) >> 3;
742 cur_size->depth*bpp / stride_bpp;
1296 uint32_t stride_bpp; local
1377 stride_bpp = vmw_sf_bpp[srf->format].s_bpp;
1382 (cur_size->width * stride_bpp + 7) >> 3;
1388 cur_size->depth * bpp / stride_bpp;

Completed in 96 milliseconds