Searched refs:bytespp (Results 1 – 4 of 4) sorted by relevance
| /linux/include/video/ |
| H A D | omapvrfb.h | 22 u8 bytespp; member 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) {} in omap_vrfb_adjust_size() argument 46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument 48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument 51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup() argument
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout_vrfb.c | 363 vout->vrfb_context[0].bytespp; in omap_vout_calculate_vrfb_offset() 376 vout->vrfb_context[0].bytespp) + in omap_vout_calculate_vrfb_offset() 378 vout->vrfb_context[0].bytespp)); in omap_vout_calculate_vrfb_offset() 391 vout->vrfb_context[0].bytespp; in omap_vout_calculate_vrfb_offset()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.c | 3094 unsigned int bytespp; in dsi_update_screen_dispc() local 3109 bytespp = mipi_dsi_pixel_format_to_bpp(dsi->pix_fmt) / 8; in dsi_update_screen_dispc() 3110 bytespl = w * bytespp; in dsi_update_screen_dispc()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dsi.c | 3907 unsigned bytespp; in dsi_update_screen_dispc() local 3924 bytespp = dsi_get_pixel_size(dsi->pix_fmt) / 8; in dsi_update_screen_dispc() 3925 bytespl = w * bytespp; in dsi_update_screen_dispc()
|