Skip to content

Commit 9a0f709

Browse files
akhilpo-qcomquic-rajeshk
authored andcommitted
FROMLIST: drm/msm/adreno: Add speedbins for A663 GPU
Add speedbin mappings for A663 GPU. Link: https://lore.kernel.org/all/[email protected]/ Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Akhil P Oommen <[email protected]> Signed-off-by: Haitao Xu <[email protected]>
1 parent 1659696 commit 9a0f709

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/gpu/drm/msm/adreno/a6xx_catalog.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,11 @@ static const struct adreno_info a6xx_gpus[] = {
10291029
.gmu_cgc_mode = 0x00020200,
10301030
.prim_fifo_threshold = 0x00300200,
10311031
},
1032+
.speedbins = ADRENO_SPEEDBINS(
1033+
{ 0, 0 },
1034+
{ 169, 0 },
1035+
{ 113, 1 },
1036+
),
10321037
}, {
10331038
.chip_ids = ADRENO_CHIP_IDS(0x06030500),
10341039
.family = ADRENO_6XX_GEN4,

0 commit comments

Comments
 (0)