Skip to content

Commit 1659696

Browse files
akhilpo-qcomquic-rajeshk
authored andcommitted
FROMLIST: drm/msm/adreno: Add speedbin data for A623 GPU
Add the speedbin mappings for Adreno 623 GPU. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Akhil P Oommen <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Haitao Xu <[email protected]>
1 parent c2ee2fa commit 1659696

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
@@ -913,6 +913,11 @@ static const struct adreno_info a6xx_gpus[] = {
913913
{ /* sentinel */ },
914914
},
915915
},
916+
.speedbins = ADRENO_SPEEDBINS(
917+
{ 0, 0 },
918+
{ 185, 0 },
919+
{ 127, 1 },
920+
),
916921
}, {
917922
.chip_ids = ADRENO_CHIP_IDS(
918923
0x06030001,

0 commit comments

Comments
 (0)