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

Commit 02d84c63 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Update GMU firmware version info for A618 GPU



GMU FW version v1.08 is released for A618. This version
has below changes in GMU firmware.

- IFPC Entry Sequence Update
	- Check for CP status in short Hysteresis Handler
	- Restore mask just before HS collapse and do an abort check.
- GPU ID based check is removed for GBIF_HALT sequence.

Change-Id: I6d3d63f2c36c7b4fae8028984beacb9e6aa38f3d
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 143e58dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.busy_mask = 0xFFFFFFFE,
		.gpmufw_name = "a618_gmu.bin",
		.gpmu_major = 0x1,
		.gpmu_minor = 0x007,
		.gpmu_minor = 0x008,
	},
	{
		.gpurev = ADRENO_REV_A640,