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

Commit 39b00208 authored by Oleg Perelet's avatar Oleg Perelet
Browse files

msm: kgsl: Enable GPU HW clock gating on A650



Enable GPU cgc's register programming.

Change-Id: I751439342eae0730d2154fe59be32cacb284f935
Signed-off-by: default avatarOleg Perelet <operelet@codeaurora.org>
parent cc7a8b2d
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;