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

Commit 5e3f34e4 authored by Oleg Perelet's avatar Oleg Perelet
Browse files

msm: kgsl: Disable GPMU firmware interrupt



Disable A5XX_INT_GPMU_FIRMWARE in GPU interrupt mask due
to conflict with AGC message protocol.

Change-Id: I5442f0bb5e6a8474bd168d0c3507dd11833171da
Signed-off-by: default avatarOleg Perelet <operelet@codeaurora.org>
parent cdecac51
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2673,8 +2673,7 @@ static void a5xx_gpmu_int_callback(struct adreno_device *adreno_dev, int bit)
	 (1 << A5XX_INT_UCHE_OOB_ACCESS) |		\
	 (1 << A5XX_INT_UCHE_TRAP_INTR) |		\
	 (1 << A5XX_INT_CP_SW) |			\
	 (1 << A5XX_INT_GPMU_VOLTAGE_DROOP) |		\
	 (1 << A5XX_INT_GPMU_FIRMWARE))
	 (1 << A5XX_INT_GPMU_VOLTAGE_DROOP))


static struct adreno_irq_funcs a5xx_irq_funcs[] = {