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

Commit e915375e authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Disable speed bin detection for A610 GPU



Now A610 GPU is having single speed bin. Disable the
speed bin detection support for this GPU as it's no
longer needed.

Change-Id: If34b2635247f71eef0d8928ea66195e789107f8c
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 8272ed65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2882,7 +2882,6 @@ static const struct {
} a6xx_efuse_funcs[] = {
	{ adreno_is_a615_family, a6xx_efuse_speed_bin },
	{ adreno_is_a612, a6xx_efuse_speed_bin },
	{ adreno_is_a610, a6xx_efuse_speed_bin },
	{ adreno_is_a610, a6xx_efuse_gaming_bin },
};