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

Commit 104d0ce2 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

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



This is needed to avoid visual corruption issue when IFPC
is enabled.

Change-Id: I6d5cb493abfbf63ffca2497664ea0177abbde3b4
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 11042c52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -699,7 +699,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++ = sizeof(a6xx_pwrup_reglist) >> 2;
		*cmds++ = 0;
	}

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