compute_dda_inc   381 drivers/gpu/drm/tegra/dc.c 	h_dda = compute_dda_inc(window->src.w, window->dst.w, false, bpp);
compute_dda_inc   382 drivers/gpu/drm/tegra/dc.c 	v_dda = compute_dda_inc(window->src.h, window->dst.h, true, bpp);