diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-03 17:39:15 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-03 17:39:15 -0800 |
| commit | 2b5b362f11fab0ed382b5935b5a06f40244148ba (patch) | |
| tree | 834fe16dbdc3fa167650a04b244436c305733f2d | |
| parent | 064ad70ba3b289b9fcfcb2391c8af7f06ba8476a (diff) | |
| parent | 236fb5f0cbd798e3d2468228d70fa4e5051e5a55 (diff) | |
Merge "msm: kgsl: Change GPU RAC hardware clockgating on SDM660"
| -rw-r--r-- | drivers/gpu/msm/adreno_a5xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/msm/adreno_a5xx.c b/drivers/gpu/msm/adreno_a5xx.c index b58391adf3ab..87300096fbf1 100644 --- a/drivers/gpu/msm/adreno_a5xx.c +++ b/drivers/gpu/msm/adreno_a5xx.c @@ -1167,7 +1167,7 @@ static const struct kgsl_hwcg_reg a512_hwcg_regs[] = { {A5XX_RBBM_CLOCK_CNTL_CCU0, 0x00022220}, {A5XX_RBBM_CLOCK_CNTL_CCU1, 0x00022220}, {A5XX_RBBM_CLOCK_CNTL_RAC, 0x05522222}, - {A5XX_RBBM_CLOCK_CNTL2_RAC, 0x00555555}, + {A5XX_RBBM_CLOCK_CNTL2_RAC, 0x00505555}, {A5XX_RBBM_CLOCK_HYST_RB_CCU0, 0x04040404}, {A5XX_RBBM_CLOCK_HYST_RB_CCU1, 0x04040404}, {A5XX_RBBM_CLOCK_HYST_RAC, 0x07444044}, |
