Home
last modified time | relevance | path

Searched refs:width_bytes (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_transfer.c43 static int udl_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes)
48 const int width = *width_bytes / sizeof(unsigned long);
69 *width_bytes = (end - start) * sizeof(unsigned long);
/Linux-v4.19/drivers/gpu/drm/imx/
Dipuv3-plane.c529 const unsigned int width_bytes = width * cpp; in ipu_calculate_bursts() local
534 if (round_up(width_bytes, npb * cpp) <= stride) in ipu_calculate_bursts()
541 if (round_up(width_bytes, npb * cpp * bursts) <= stride) in ipu_calculate_bursts()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c1051 unsigned int width_bytes; in intel_check_sprite_plane() local
1056 width_bytes = ((src_x * cpp) & 63) + src_w * cpp; in intel_check_sprite_plane()
1063 width_bytes > 4096 || fb->pitches[0] > 4096)) { in intel_check_sprite_plane()
/Linux-v4.19/drivers/video/fbdev/
Dudlfb.c367 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) in dlfb_trim_hline() argument
372 const int width = *width_bytes / sizeof(unsigned long); in dlfb_trim_hline()
393 *width_bytes = (end - start) * sizeof(unsigned long); in dlfb_trim_hline()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3472 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3517 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8); in dsi_config_cmd_mode_interleaving()
3518 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3728 int tl, t_he, width_bytes; in dsi_proto_timings() local
3734 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8); in dsi_proto_timings()
3738 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3453 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3498 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_config_cmd_mode_interleaving()
3499 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3711 int tl, t_he, width_bytes; in dsi_proto_timings() local
3717 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings()
3721 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()