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

Commit c2694390 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: Increase GMU idle timeout to 100ms." into msm-4.14

parents ea559790 305220ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1412,7 +1412,7 @@ static void _load_gmu_rpmh_ucode(struct kgsl_device *device)
	wmb();
}

#define GMU_START_TIMEOUT	10	/* ms */
#define GMU_START_TIMEOUT	100	/* ms */
#define GPU_START_TIMEOUT	100	/* ms */
#define GPU_RESET_TIMEOUT	1	/* ms */
#define GPU_RESET_TIMEOUT_US	10	/* us */