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

Commit ff3d7de3 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: Update slumber sequence" into msm-4.9

parents 2417f5d6 9e0ac3c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,8 @@ static int a6xx_rpmh_power_on_gpu(struct kgsl_device *device)
				0xFFFFFFFF))
			goto error_rsc;

		kgsl_gmu_regwrite(device, A6XX_GMU_RSCC_CONTROL_REQ, 0);

		/* Turn on the HM and SPTP head switches */
		ret = a6xx_hm_sptprac_control(device, true);
	}
@@ -1294,6 +1296,7 @@ static int a6xx_rpmh_power_off_gpu(struct kgsl_device *device)
			&val);
	kgsl_gmu_regread(device, A6XX_RSCC_TIMESTAMP_UNIT0_TIMESTAMP_H_DRV0,
			&val);
	kgsl_gmu_regwrite(device, A6XX_GMU_RSCC_CONTROL_REQ, 0);

	kgsl_gmu_regwrite(device, A6XX_GMU_AO_SPARE_CNTL, 0);