Searched refs:width_bytes (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c556 const unsigned int width_bytes = width * cpp; local
561 if (round_up(width_bytes, npb * cpp) <= stride)
568 if (round_up(width_bytes, npb * cpp * bursts) <= stride)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c1245 unsigned int width_bytes; local
1270 width_bytes = ((src_x * cpp) & 63) + src_w * cpp;
1279 if (width_bytes > 4096) {
1281 width_bytes, 4096);
/linux-master/drivers/video/fbdev/
H A Dudlfb.c371 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) argument
376 const int width = *width_bytes / sizeof(unsigned long);
397 *width_bytes = (end - start) * sizeof(unsigned long);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3448 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; local
3493 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8);
3494 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
3705 int tl, t_he, width_bytes; local
3711 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8);
3715 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2642 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; local
2687 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8);
2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
2897 int tl, t_he, width_bytes; local
2903 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8);
2907 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;

Completed in 154 milliseconds