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

Commit 5c9870e5 authored by Carter Cooper's avatar Carter Cooper Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Remove HFI_INIT message for A650



Ensure that KGSL does not send HFI_INIT for A650 since it
is not supported.

Change-Id: Ie89a9483f559178bd6f6a72c56e5be2f2d115f89
Signed-off-by: default avatarCarter Cooper <ccooper@codeaurora.org>
parent affa8016
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -681,7 +681,8 @@ int hfi_start(struct kgsl_device *device,
		}
	}

	if (!adreno_is_a640(adreno_dev) && !adreno_is_a680(adreno_dev)) {
	if (!adreno_is_a640(adreno_dev) && !adreno_is_a680(adreno_dev) &&
			!adreno_is_a650(adreno_dev)) {
		result = hfi_send_gmu_init(gmu, boot_state);
		if (result)
			return result;