mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
drm/msm/a6xx: Add A642L speedbin (0x81)
According to downstream, A642L's speedbin is 129 and uses 4 as index Signed-off-by: Eugene Lepshy <fekz115@gmail.com> Signed-off-by: Danila Tikhonov <danila@jiaxyga.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/606722/ Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
ce9db67747
commit
f7f14b1088
@ -869,6 +869,7 @@ static const struct adreno_info a6xx_gpus[] = {
|
||||
.speedbins = ADRENO_SPEEDBINS(
|
||||
{ 0, 0 },
|
||||
{ 117, 0 },
|
||||
{ 129, 4 },
|
||||
{ 172, 2 }, /* Called speedbin 1 downstream, but let's not break things! */
|
||||
{ 190, 1 },
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user