In preparation for commonizing the speedbin handling code.

Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dyb...@linaro.org>
---
 drivers/gpu/drm/msm/adreno/a5xx_catalog.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/gpu/drm/msm/adreno/a5xx_catalog.c 
b/drivers/gpu/drm/msm/adreno/a5xx_catalog.c
index 455a953dee67..c98ad4ea558c 100644
--- a/drivers/gpu/drm/msm/adreno/a5xx_catalog.c
+++ b/drivers/gpu/drm/msm/adreno/a5xx_catalog.c
@@ -116,6 +116,12 @@ static const struct adreno_info a5xx_gpus[] = {
                        ADRENO_QUIRK_FAULT_DETECT_MASK,
                .init = a5xx_gpu_init,
                .zapfw = "a530_zap.mdt",
+               .speedbins = ADRENO_SPEEDBINS(
+                       { 0, 0 },
+                       { 1, 1 },
+                       { 2, 2 },
+                       { 3, 3 },
+               ),
        }, {
                .chip_ids = ADRENO_CHIP_IDS(0x05040001),
                .family = ADRENO_5XX,

-- 
2.45.2

Reply via email to