drm/msm/a6xx: Add A619_holi speedbin support
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Thu, 15 Jun 2023 23:21:00 +0000 (01:21 +0200)
committerRob Clark <robdclark@chromium.org>
Sun, 18 Jun 2023 18:35:27 +0000 (11:35 -0700)
commit20c8e39985b9a4442123e0fa6496183d9418e422
treeb2c6285198b1c95f1f80cf80f1b0dc23ed52b6dd
parentb3bcd583fa6f963be9c8a08405b2cbaeea797a3c
drm/msm/a6xx: Add A619_holi speedbin support

A619_holi is implemented on at least two SoCs: SM4350 (holi) and SM6375
(blair). This is what seems to be a first occurrence of this happening,
but it's easy to overcome by guarding the SoC-specific fuse values with
of_machine_is_compatible(). Do just that to enable frequency limiting
on these SoCs.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/542772/
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gpu.c