diff options
author | Konrad Dybcio <[email protected]> | 2023-09-26 20:24:38 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2023-10-09 11:22:06 -0700 |
commit | 1d5245715853f50d9e17489e4d6ef4aa50c60484 (patch) | |
tree | b21a4ecba431f1bafa8c89280deb07457348e022 | |
parent | 3e7042ba87da35a16fddefe86823deaee6fbcd7c (diff) |
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 <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/559607/
Signed-off-by: Rob Clark <[email protected]>
-rw-r--r-- | drivers/gpu/drm/msm/adreno/adreno_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c b/drivers/gpu/drm/msm/adreno/adreno_device.c index 2de99a560eb1..81158aec4096 100644 --- a/drivers/gpu/drm/msm/adreno/adreno_device.c +++ b/drivers/gpu/drm/msm/adreno/adreno_device.c @@ -460,6 +460,7 @@ static const struct adreno_info gpulist[] = { .speedbins = ADRENO_SPEEDBINS( { 0, 0 }, { 117, 0 }, + { 172, 2 }, /* Called speedbin 1 downstream, but let's not break things! */ { 190, 1 }, ), }, { |