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

Commit eb152855 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: Send all HFI messages every boot" into msm-4.9

parents cc011fc0 0a8e6ddf
Loading
Loading
Loading
Loading
+35 −38
Original line number Diff line number Diff line
@@ -573,10 +573,8 @@ int hfi_start(struct gmu_device *gmu, uint32_t boot_state)
	if (result)
		return result;

	if (boot_state == GMU_COLD_BOOT) {
	major = adreno_dev->gpucore->gpmu_major;
	minor = adreno_dev->gpucore->gpmu_minor;

	result = hfi_get_fw_version(gmu,
			FW_VERSION(major, minor), &ver);
	if (result)
@@ -610,7 +608,6 @@ int hfi_start(struct gmu_device *gmu, uint32_t boot_state)
	 * if (result)
	 * return result;
	 */
	}

	set_bit(GMU_HFI_ON, &gmu->flags);
	return 0;