Home
last modified time | relevance | path

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

/linux-4.4.14/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);
72 *width_bytes = (end - start) * sizeof(unsigned long);
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c893 unsigned int width_bytes; in intel_check_sprite_plane() local
906 width_bytes = ((src_x * pixel_size) & 63) + in intel_check_sprite_plane()
910 width_bytes > 4096 || fb->pitches[0] > 4096)) { in intel_check_sprite_plane()
/linux-4.4.14/drivers/video/fbdev/
Dudlfb.c362 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) in dlfb_trim_hline() argument
367 const int width = *width_bytes / sizeof(unsigned long); in dlfb_trim_hline()
391 *width_bytes = (end - start) * sizeof(unsigned long); in dlfb_trim_hline()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c3463 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3508 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_config_cmd_mode_interleaving()
3509 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3721 int tl, t_he, width_bytes; in dsi_proto_timings() local
3727 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings()
3731 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()