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

Commit fb9a57e5 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Use the correct register for the TWO_PASS_WFI quirk



The TWOPASSUSEWFI bit is in the PC_DBG_ECO_CNTL register like the
comment says, not the SP_DBG_ECO_CNTL register that was accidently
being written.

Change-Id: Ic0dedbadd0f5a87af6ff94a4f5c6c1fecabf1daf
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 049b7256
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1875,7 +1875,7 @@ static void a5xx_start(struct adreno_device *adreno_dev)
		 * microcodes after v77
		 */
		if ((adreno_compare_pfp_version(adreno_dev, 0x5FF077) >= 0))
			kgsl_regrmw(device, A5XX_SP_DBG_ECO_CNTL, 0, (1 << 8));
			kgsl_regrmw(device, A5XX_PC_DBG_ECO_CNTL, 0, (1 << 8));
	}

	/* Set the USE_RETENTION_FLOPS chicken bit */