mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
msm: kgsl: Add support of GPU speed bin for A608 GPU
Add A608 GPU id to support speed bin feature to handle different GPU power levels. Change-Id: I85440f68638c0ebda049ce429db9e35fe8ed544b Signed-off-by: Sunil Khatri <sunilkh@codeaurora.org>
This commit is contained in:
parent
60733446ef
commit
6a4a3958d8
@ -2656,6 +2656,7 @@ static const struct {
|
|||||||
void (*func)(struct adreno_device *adreno_dev);
|
void (*func)(struct adreno_device *adreno_dev);
|
||||||
} a6xx_efuse_funcs[] = {
|
} a6xx_efuse_funcs[] = {
|
||||||
{ adreno_is_a615, a6xx_efuse_speed_bin },
|
{ adreno_is_a615, a6xx_efuse_speed_bin },
|
||||||
|
{ adreno_is_a608, a6xx_efuse_speed_bin },
|
||||||
};
|
};
|
||||||
|
|
||||||
static void a6xx_check_features(struct adreno_device *adreno_dev)
|
static void a6xx_check_features(struct adreno_device *adreno_dev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user