diff options
author | Akhil P Oommen <akhilpo@oss.qualcomm.com> | 2025-07-01 19:20:44 +0300 |
---|---|---|
committer | Rob Clark <robin.clark@oss.qualcomm.com> | 2025-07-04 21:09:43 +0300 |
commit | 5f5ab8992ee5403e7cbbe919c6d57204e5b60fc6 (patch) | |
tree | bcf95fb654ec61abfecc4f18c3fa6710ca6f338b | |
parent | 3a312a085cb9dee10240847bc20b1976eff45219 (diff) | |
download | linux-5f5ab8992ee5403e7cbbe919c6d57204e5b60fc6.tar.xz |
drm/msm/adreno: Add speedbin support for X1-85
Add the speedbin table to the X1-85's entry in the catalogue to
enable SKU detection.
Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/661837/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
-rw-r--r-- | drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c index 70f7ad806c34..301181138b60 100644 --- a/drivers/gpu/drm/msm/adreno/a6xx_catalog.c +++ b/drivers/gpu/drm/msm/adreno/a6xx_catalog.c @@ -1442,6 +1442,13 @@ static const struct adreno_info a7xx_gpus[] = { .gmu_cgc_mode = 0x00020202, }, .preempt_record_size = 4192 * SZ_1K, + .speedbins = ADRENO_SPEEDBINS( + { 0, 0 }, + { 59, 1 }, + { 7, 2 }, + { 232, 3 }, + { 146, 4 }, + ), }, { .chip_ids = ADRENO_CHIP_IDS(0x43051401), /* "C520v2" */ .family = ADRENO_7XX_GEN3, |