Searched defs:bytespp (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/video/ | 
| D | omapvrfb.h | 22 	u8 bytespp;  member 45 		u8 bytespp) {}  in omap_vrfb_adjust_size() 46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp)  in omap_vrfb_min_phys_size() 48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp)  in omap_vrfb_max_height() 51 		u16 width, u16 height, unsigned bytespp, bool yuv_mode) {}  in omap_vrfb_setup()
  | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/ | 
| D | vrfb.c | 93 static u32 get_image_width_roundup(u16 width, u8 bytespp)  in get_image_width_roundup() 107 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp)  in get_extra_physical_size() 127 		u8 bytespp)  in omap_vrfb_adjust_size() 134 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp)  in omap_vrfb_min_phys_size() 147 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp)  in omap_vrfb_max_height() 171 		unsigned bytespp, bool yuv_mode)  in omap_vrfb_setup()
  | 
| D | omapfb-main.c | 59 	const unsigned bytespp = var->bits_per_pixel >> 3;  in draw_pixel()  local 447 	int bytespp = var->bits_per_pixel >> 3;  in check_fb_size()  local 497 	unsigned bytespp;  in setup_vrfb_rotation()  local 1426 	int bytespp;  in omapfb_alloc_fbmem_display()  local
  | 
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | framebuffer.c | 465 	int bytespp;  in psbfb_probe()  local
  | 
| /Linux-v5.4/drivers/gpu/drm/msm/ | 
| D | msm_drv.h | 432 	int bytespp = (bpp + 7) / 8;  in align_pitch()  local
  | 
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ | 
| D | dsi.c | 3811 	unsigned int bytespp;  in dsi_update_screen_dispc()  local
  | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | dsi.c | 3901 	unsigned bytespp;  in dsi_update_screen_dispc()  local
  |