Searched refs:width_bytes (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.c | 2642 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 2687 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8); in dsi_config_cmd_mode_interleaving() 2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 2897 int tl, t_he, width_bytes; in dsi_proto_timings() local 2903 width_bytes = DIV_ROUND_UP(vm->hactive * bpp, 8); in dsi_proto_timings() 2907 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dsi.c | 3449 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3494 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_config_cmd_mode_interleaving() 3495 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3706 int tl, t_he, width_bytes; in dsi_proto_timings() local 3712 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings() 3716 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
|