mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 20:12:00 -04:00
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>
This commit is contained in:
committed by
Rob Clark
parent
3a312a085c
commit
5f5ab8992e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user