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

Commit e729bcd4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Disable GPMU firmware interrupt"

parents 108303ff 5e3f34e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2744,8 +2744,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[] = {