drm/msm/a6xx: Add A642L speedbin (0x81)
authorEugene Lepshy <fekz115@gmail.com>
Wed, 31 Jul 2024 18:45:49 +0000 (21:45 +0300)
committerRob Clark <robdclark@chromium.org>
Fri, 30 Aug 2024 17:41:19 +0000 (10:41 -0700)
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>
drivers/gpu/drm/msm/adreno/a6xx_catalog.c

index 68ba9ae..99f0ee1 100644 (file)
@@ -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 },
                ),