Searched refs:width_bytes (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-plane.c | 556 const unsigned int width_bytes = width * cpp; in ipu_calculate_bursts() local 561 if (round_up(width_bytes, npb * cpp) <= stride) in ipu_calculate_bursts() 568 if (round_up(width_bytes, npb * cpp * bursts) <= stride) in ipu_calculate_bursts()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sprite.c | 1284 unsigned int width_bytes; in g4x_sprite_check_scaling() local 1310 width_bytes = ((src_x * cpp) & 63) + src_w * cpp; in g4x_sprite_check_scaling() 1320 if (width_bytes > 4096) { in g4x_sprite_check_scaling() 1323 width_bytes, 4096); in g4x_sprite_check_scaling()
|
/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()
|