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

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

Merge "Revert "msm: kgsl: Set the power up register list length to 0""

parents 52857240 6304a6e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -765,7 +765,7 @@ static void _set_ordinals(struct adreno_device *adreno_dev,
		*cmds++ = lower_32_bits(gpuaddr);
		*cmds++ = upper_32_bits(gpuaddr);
		/* Size is in dwords */
		*cmds++ = 0;
		*cmds++ = sizeof(a6xx_pwrup_reglist) >> 2;
	}

	/* Pad rest of the cmds with 0's */