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

/linux-4.1.27/drivers/gpu/drm/udl/
H A 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.1.27/drivers/gpu/drm/i915/
H A Dintel_sprite.c985 unsigned int width_bytes; intel_check_sprite_plane() local
998 width_bytes = ((src_x * pixel_size) & 63) + intel_check_sprite_plane()
1002 width_bytes > 4096 || fb->pitches[0] > 4096) { intel_check_sprite_plane()
/linux-4.1.27/drivers/video/fbdev/
H A Dudlfb.c362 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) dlfb_trim_hline() argument
367 const int width = *width_bytes / sizeof(unsigned long); dlfb_trim_hline()
391 *width_bytes = (end - start) * sizeof(unsigned long); dlfb_trim_hline()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddsi.c3462 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; dsi_config_cmd_mode_interleaving() local
3507 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); dsi_config_cmd_mode_interleaving()
3508 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); dsi_config_cmd_mode_interleaving()
3720 int tl, t_he, width_bytes; dsi_proto_timings() local
3726 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); dsi_proto_timings()
3730 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; dsi_proto_timings()

Completed in 232 milliseconds