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

Commit 1588b272 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: Enable hang interrupt for a330v2"

parents 74cc49bf 47103344
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1755,8 +1755,8 @@ static int adreno_init(struct kgsl_device *device)
	for (i = 6; i < FT_DETECT_REGS_COUNT; i++)
		ft_detect_regs[i] = 0;

	/* turn on hang interrupt for A4XX by default */
	if (adreno_is_a4xx(adreno_dev))
	/* turn on hang interrupt for A4XX and a330v2 by default */
	if ((adreno_is_a4xx(adreno_dev)) || (adreno_is_a330v2(adreno_dev)))
		set_bit(ADRENO_DEVICE_HANG_INTR, &adreno_dev->priv);

	if (adreno_dev->gpudev->irq_setup)