Skip to content

Commit 1d52457

Browse files
konradybciorobclark
authored andcommitted
drm/msm/adreno: Add A635 speedbin 0xac (A643)
Downstream calls this the "speedbin 1", but that number is already occupied. Use index two. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/559607/ Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent 3e7042b commit 1d52457

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/msm/adreno/adreno_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ static const struct adreno_info gpulist[] = {
460460
.speedbins = ADRENO_SPEEDBINS(
461461
{ 0, 0 },
462462
{ 117, 0 },
463+
{ 172, 2 }, /* Called speedbin 1 downstream, but let's not break things! */
463464
{ 190, 1 },
464465
),
465466
}, {

0 commit comments

Comments
 (0)