[go: nahoru, domu]

Searched defs:bytespp (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/msm/
H A Dmsm_drv.h241 int bytespp = (bpp + 7) / 8; local
243 return bytespp * ALIGN(width, 32);
/drivers/gpu/drm/omapdrm/
H A Domap_drv.h261 int bytespp = (bpp + 7) / 8; local
263 pitch = max(pitch, width * bytespp);
267 return ALIGN(pitch, 8 * bytespp);
/drivers/video/fbdev/omap2/
H A Dvrfb.c105 static u32 get_image_width_roundup(u16 width, u8 bytespp) argument
107 unsigned long stride = width * bytespp;
111 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp;
119 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) argument
122 bytespp;
139 u8 bytespp)
141 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp;
146 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) argument
149 bytespp);
138 omap_vrfb_adjust_size(u16 *width, u16 *height, u8 bytespp) argument
159 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) argument
181 omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, u16 width, u16 height, unsigned bytespp, bool yuv_mode) argument
[all...]
/drivers/gpu/drm/gma500/
H A Dframebuffer.c547 int bytespp; local
549 bytespp = sizes->surface_bpp / 8;
550 if (bytespp == 3) /* no 24bit packed */
551 bytespp = 4;
556 if (ALIGN(sizes->fb_width * bytespp, 64) * sizes->fb_height >
/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c70 const unsigned bytespp = var->bits_per_pixel >> 3; local
71 const unsigned line_len = fix->line_length / bytespp;
184 offset *= vrfb->bytespp;
458 int bytespp = var->bits_per_pixel >> 3; local
459 unsigned long line_size = var->xres_virtual * bytespp;
465 max_frame_size, var->xres_virtual, bytespp) *
483 line_size = var->xres_virtual * bytespp;
508 unsigned bytespp; local
523 bytespp = var->bits_per_pixel >> 3;
536 else if (bytespp !
1436 int bytespp; local
[all...]
/drivers/video/fbdev/omap2/dss/
H A Ddsi.c4185 unsigned bytespp; local
4202 bytespp = dsi_get_pixel_size(dsi->pix_fmt) / 8;
4203 bytespl = w * bytespp;

Completed in 171 milliseconds