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

Commit 8945fe15 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Add efuse read capabilities for A512 GPU



A512 GPU has multiple frequency plan, for loading a
specific frequency plan add speed bin read capability
for A512 GPU.

Change-Id: Iff207c31bc50748a6caaa405608252b78133fd83
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent a874c160
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ static const struct {
	{ adreno_is_a530, a530_efuse_leakage },
	{ adreno_is_a530, a530_efuse_speed_bin },
	{ adreno_is_a505, a530_efuse_speed_bin },
	{ adreno_is_a512, a530_efuse_speed_bin },
};

static void a5xx_check_features(struct adreno_device *adreno_dev)