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

Commit c33888cd authored by Urvashi Agrawal's avatar Urvashi Agrawal
Browse files

msm: kgsl: Modify GMU version check on A650



Modify GMU version check value to sync up with
the GMU fw release version.

Change-Id: Ib00f8ed14d6b957aa38c7e99aadce361f4f57eea
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent 007833ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ static int a6xx_gmu_start(struct kgsl_device *device)
	u32 mask = 0x000001FF;

	/* Check for 0xBABEFACE on legacy targets */
	if (gmu->ver.core <= 0x20010003) {
	if (gmu->ver.core <= 0x20010004) {
		val = 0xBABEFACE;
		mask = 0xFFFFFFFF;
	}