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