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

Commit eb912ca2 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Add effuses read capabilities for A505 GPU



A505 GPU is having two different frequency plans, for
loading a specific frequency plan add speed bin read
information capability to A505.

Change-Id: I259020d7e4613d043e213ab2cb41e80ceb11f46a
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent dc9078ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ static const struct {
} a5xx_efuse_funcs[] = {
	{ adreno_is_a530, a530_efuse_leakage },
	{ adreno_is_a530, a530_efuse_speed_bin },
	{ adreno_is_a505, a530_efuse_speed_bin },
};

static void a5xx_check_features(struct adreno_device *adreno_dev)