msm: kgsl: Enable GPU clock gating for MSM8996pro
The current code enables GPU clock gating only for v2 and v3. Enable it for MSM8996pro also. CRs-Fixed: 974760 Change-Id: I2bcdbf73be080fba836c24616fc7959ad7c4c1e9 Signed-off-by: Suman Tatiraju <sumant@codeaurora.org>
This commit is contained in:
parent
c9be1e4385
commit
efbb7b3442
1 changed files with 1 additions and 2 deletions
|
@ -1185,8 +1185,7 @@ static const struct {
|
|||
unsigned int count;
|
||||
} a5xx_hwcg_registers[] = {
|
||||
{ adreno_is_a540, a540_hwcg_regs, ARRAY_SIZE(a540_hwcg_regs) },
|
||||
{ adreno_is_a530v3, a530_hwcg_regs, ARRAY_SIZE(a530_hwcg_regs) },
|
||||
{ adreno_is_a530v2, a530_hwcg_regs, ARRAY_SIZE(a530_hwcg_regs) },
|
||||
{ adreno_is_a530, a530_hwcg_regs, ARRAY_SIZE(a530_hwcg_regs) },
|
||||
{ adreno_is_a510, a510_hwcg_regs, ARRAY_SIZE(a510_hwcg_regs) },
|
||||
{ adreno_is_a505, a50x_hwcg_regs, ARRAY_SIZE(a50x_hwcg_regs) },
|
||||
{ adreno_is_a506, a50x_hwcg_regs, ARRAY_SIZE(a50x_hwcg_regs) },
|
||||
|
|
Loading…
Add table
Reference in a new issue