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

Commit 670c7321 authored by Sunil Khatri's avatar Sunil Khatri
Browse files

msm: kgsl: Add A504 chipset for ME ucode workarounds



Add A504 to the list of chipsets where ME ucode
workarounds are applicable.

Change-Id: I524e59b92769368086825cd5540878ea98e6b7c9
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent 9cba6936
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2281,6 +2281,7 @@ static int _me_init_ucode_workarounds(struct adreno_device *adreno_dev)
	switch (ADRENO_GPUREV(adreno_dev)) {
	case ADRENO_REV_A510:
		return 0x00000001; /* Ucode workaround for token end syncs */
	case ADRENO_REV_A504:
	case ADRENO_REV_A505:
	case ADRENO_REV_A506:
	case ADRENO_REV_A530: