diff options
| author | Deepak Kumar <dkumar@codeaurora.org> | 2017-01-31 22:36:49 +0530 |
|---|---|---|
| committer | Deepak Kumar <dkumar@codeaurora.org> | 2017-02-01 14:18:16 +0530 |
| commit | 8945fe155e214e03fe397a37a09bec7497edb28c (patch) | |
| tree | 008adb02cecad08300516c1b5f7a9c6ac455007a | |
| parent | a874c1606fa22a4add4242cc8c5dfca500410f5d (diff) | |
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: Deepak Kumar <dkumar@codeaurora.org>
| -rw-r--r-- | drivers/gpu/msm/adreno_a5xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/msm/adreno_a5xx.c b/drivers/gpu/msm/adreno_a5xx.c index 0aab38ccc703..15c4b9427f8e 100644 --- a/drivers/gpu/msm/adreno_a5xx.c +++ b/drivers/gpu/msm/adreno_a5xx.c @@ -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) |
