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

Commit c2e3cd5d authored by Carter Cooper's avatar Carter Cooper
Browse files

Revert "msm: kgsl: Allow different GPU frequency table based on feature flag"



This reverts commit eb125168 which
was accidentally merged before the patch was fully approved.

Change-Id: I8ca41e3ca7078671b137cc4625f7e9cacb900c87
Signed-off-by: default avatarCarter Cooper <ccooper@codeaurora.org>
parent c511abcf
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2274,14 +2274,6 @@ static void a6xx_platform_setup(struct adreno_device *adreno_dev)

	/* Check efuse bits for various capabilties */
	a6xx_check_features(adreno_dev);

	/*
	 * A640 GPUs used a fuse to determine which frequency plan to
	 * use for the GPU. For A650 GPUs enable using higher frequencies
	 * based on the LM feature flag.
	 */
	if (adreno_is_a650(adreno_dev) && ADRENO_FEATURE(adreno_dev, ADRENO_LM))
		adreno_dev->speed_bin = 1;
}