Searched refs:width_bytes (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/udl/ | 
| D | udl_transfer.c | 36 static int udl_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) 41 	const int width = *width_bytes / sizeof(unsigned long); 62 	*width_bytes = (end - start) * sizeof(unsigned long);
  | 
| /Linux-v5.4/drivers/gpu/drm/imx/ | 
| D | ipuv3-plane.c | 526 	const unsigned int width_bytes = width * cpp;  in ipu_calculate_bursts()  local 531 		if (round_up(width_bytes, npb * cpp) <= stride)  in ipu_calculate_bursts() 538 		if (round_up(width_bytes, npb * cpp * bursts) <= stride)  in ipu_calculate_bursts()
  | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | udlfb.c | 364 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes)  in dlfb_trim_hline()  argument 369 	const int width = *width_bytes / sizeof(unsigned long);  in dlfb_trim_hline() 390 	*width_bytes = (end - start) * sizeof(unsigned long);  in dlfb_trim_hline()
  | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_sprite.c | 1533 	unsigned int width_bytes;  in g4x_sprite_check_scaling()  local 1558 	width_bytes = ((src_x * cpp) & 63) + src_w * cpp;  in g4x_sprite_check_scaling() 1567 	if (width_bytes > 4096) {  in g4x_sprite_check_scaling() 1569 			      width_bytes, 4096);  in g4x_sprite_check_scaling()
  | 
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ | 
| D | dsi.c | 3368 	int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div;  in dsi_config_cmd_mode_interleaving()  local 3413 	width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8);  in dsi_config_cmd_mode_interleaving() 3414 	bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);  in dsi_config_cmd_mode_interleaving() 3624 		int tl, t_he, width_bytes;  in dsi_proto_timings()  local 3630 		width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8);  in dsi_proto_timings() 3634 			DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;  in dsi_proto_timings()
  | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | dsi.c | 3442 	int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div;  in dsi_config_cmd_mode_interleaving()  local 3487 	width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8);  in dsi_config_cmd_mode_interleaving() 3488 	bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);  in dsi_config_cmd_mode_interleaving() 3700 		int tl, t_he, width_bytes;  in dsi_proto_timings()  local 3706 		width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8);  in dsi_proto_timings() 3710 			DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;  in dsi_proto_timings()
  |