Searched refs:bytespp (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/video/
H A Domapvrfb.h22 u8 bytespp; member in struct:vrfb
31 u8 bytespp);
32 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
36 unsigned bytespp, bool yuv_mode);
45 u8 bytespp) {}
46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) argument
48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) argument
51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {}
44 omap_vrfb_adjust_size(u16 *width, u16 *height, u8 bytespp) argument
50 omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, u16 width, u16 height, unsigned bytespp, bool yuv_mode) argument
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c93 static u32 get_image_width_roundup(u16 width, u8 bytespp) argument
95 unsigned long stride = width * bytespp;
99 return ceil_pages_per_stride * VRFB_PAGE_WIDTH / bytespp;
107 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) argument
110 bytespp;
127 u8 bytespp)
129 *width = ALIGN(*width * bytespp, VRFB_PAGE_WIDTH) / bytespp;
134 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) argument
137 bytespp);
126 omap_vrfb_adjust_size(u16 *width, u16 *height, u8 bytespp) argument
147 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) argument
169 omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, u16 width, u16 height, unsigned bytespp, bool yuv_mode) argument
[all...]
H A Domapfb-main.c59 const unsigned bytespp = var->bits_per_pixel >> 3; local
60 const unsigned line_len = fix->line_length / bytespp;
173 offset *= vrfb->bytespp;
447 int bytespp = var->bits_per_pixel >> 3; local
448 unsigned long line_size = var->xres_virtual * bytespp;
454 max_frame_size, var->xres_virtual, bytespp) *
472 line_size = var->xres_virtual * bytespp;
497 unsigned bytespp; local
512 bytespp = var->bits_per_pixel >> 3;
525 else if (bytespp !
1423 int bytespp; local
[all...]
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c363 vout->vrfb_context[0].bytespp;
376 vout->vrfb_context[0].bytespp) +
378 vout->vrfb_context[0].bytespp));
391 vout->vrfb_context[0].bytespp;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.h529 int bytespp = (bpp + 7) / 8; local
531 return bytespp * ALIGN(width, 32);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3906 unsigned bytespp; local
3923 bytespp = dsi_get_pixel_size(dsi->pix_fmt) / 8;
3924 bytespl = w * bytespp;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3094 unsigned int bytespp; local
3109 bytespp = mipi_dsi_pixel_format_to_bpp(dsi->pix_fmt) / 8;
3110 bytespl = w * bytespp;

Completed in 181 milliseconds