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

Commit 382be32f authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Enable efuse read capabilities for A610 GPU



A610 GPU has multiple speed bins, for loading a specific
speed bin enable speed bin read capability for A610 GPU.

Change-Id: I2af316a0ad4211bb8a85bb45fe9ba92bab83c840
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 509db46a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2857,6 +2857,7 @@ 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 },
};

static void a6xx_check_features(struct adreno_device *adreno_dev)