In preparation for commonizing the speedbin handling code.

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

diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c 
b/drivers/gpu/drm/msm/adreno/adreno_device.c
index 3b631445c541..53302995fc81 100644
--- a/drivers/gpu/drm/msm/adreno/adreno_device.c
+++ b/drivers/gpu/drm/msm/adreno/adreno_device.c
@@ -258,6 +258,12 @@ static const struct adreno_info gpulist[] = {
                        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.44.0

Reply via email to