Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d75c216c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: sde: fix for 32-bit build '__udivdi3' error"

parents 6dc9f003 f4195c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1634,7 +1634,7 @@ static void sde_hw_rotator_setup_wbengine(struct sde_hw_rotator_context *ctx,

		/* use prefill bandwidth instead if specified */
		if (cfg->prefill_bw)
			bw = DIV_ROUND_UP(cfg->prefill_bw,
			bw = DIV_ROUND_UP_SECTOR_T(cfg->prefill_bw,
					TRAFFIC_SHAPE_VSYNC_CLK);

		if (bw > 0xFF)