drm/msm/adreno: Add speedbins for A663 GPU

Add speedbin mappings for A663 GPU.

Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/670096/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
This commit is contained in:
Akhil P Oommen 2025-08-22 00:25:26 +05:30 committed by Rob Clark
parent 10fb1b2fca
commit 0c5300343d

View File

@ -1024,6 +1024,11 @@ static const struct adreno_info a6xx_gpus[] = {
.gmu_cgc_mode = 0x00020200,
.prim_fifo_threshold = 0x00300200,
},
.speedbins = ADRENO_SPEEDBINS(
{ 0, 0 },
{ 169, 0 },
{ 113, 1 },
),
}, {
.chip_ids = ADRENO_CHIP_IDS(0x06030500),
.family = ADRENO_6XX_GEN4,