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:
Sunil Khatri 2018-08-16 16:50:33 +05:30
parent 60733446ef
commit 6a4a3958d8

View File

@ -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)