OSDN Git Service

msm: kgsl: Add effuses read capabilities for A505 GPU
authorHareesh Gundu <hareeshg@codeaurora.org>
Fri, 29 Apr 2016 15:29:15 +0000 (09:29 -0600)
committerJeevan Shriram <jshriram@codeaurora.org>
Thu, 12 May 2016 00:44:08 +0000 (17:44 -0700)
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: Hareesh Gundu <hareeshg@codeaurora.org>
drivers/gpu/msm/adreno_a5xx.c

index e173dc5..b34e8f6 100644 (file)
@@ -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)