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

Commit f63fbc6a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Enable GPU HW clock gating on A650"

parents e974e837 39b00208
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -693,10 +693,6 @@ static void a6xx_hwcg_set(struct adreno_device *adreno_dev, bool on)
	unsigned int value;
	int i, j;

	/* A650 doesn't support hwcg yet so return early */
	if (adreno_is_a650(adreno_dev))
		return;

	if (!test_bit(ADRENO_HWCG_CTRL, &adreno_dev->pwrctrl_flag))
		on = false;