Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/video/
Dudlfb.c359 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) in dlfb_trim_hline() argument
364 const int width = *width_bytes / sizeof(unsigned long); in dlfb_trim_hline()
388 *width_bytes = (end - start) * sizeof(unsigned long); in dlfb_trim_hline()
/linux-3.4.99/drivers/video/omap2/dss/
Ddsi.c3942 int tl, t_he, width_bytes; in dsi_proto_timings() local
3947 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings()
3951 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()