Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Akhil P Oommen and committed by
Rob Clark
5f5ab899 3a312a08

+7
+7
drivers/gpu/drm/msm/adreno/a6xx_catalog.c
··· 1442 1442 .gmu_cgc_mode = 0x00020202, 1443 1443 }, 1444 1444 .preempt_record_size = 4192 * SZ_1K, 1445 + .speedbins = ADRENO_SPEEDBINS( 1446 + { 0, 0 }, 1447 + { 59, 1 }, 1448 + { 7, 2 }, 1449 + { 232, 3 }, 1450 + { 146, 4 }, 1451 + ), 1445 1452 }, { 1446 1453 .chip_ids = ADRENO_CHIP_IDS(0x43051401), /* "C520v2" */ 1447 1454 .family = ADRENO_7XX_GEN3,