forked from Minki/linux
drm: msm: Add 618 gpu to the adreno gpu list
This patch adds Adreno 618 entry and its associated properties to the gpulist entries. Signed-off-by: Sharat Masetty <smasetty@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
e5400750fa
commit
358ffda520
@ -166,6 +166,17 @@ static const struct adreno_info gpulist[] = {
|
|||||||
.quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
|
.quirks = ADRENO_QUIRK_LMLOADKILL_DISABLE,
|
||||||
.init = a5xx_gpu_init,
|
.init = a5xx_gpu_init,
|
||||||
.zapfw = "a540_zap.mdt",
|
.zapfw = "a540_zap.mdt",
|
||||||
|
}, {
|
||||||
|
.rev = ADRENO_REV(6, 1, 8, ANY_ID),
|
||||||
|
.revn = 618,
|
||||||
|
.name = "A618",
|
||||||
|
.fw = {
|
||||||
|
[ADRENO_FW_SQE] = "a630_sqe.fw",
|
||||||
|
[ADRENO_FW_GMU] = "a630_gmu.bin",
|
||||||
|
},
|
||||||
|
.gmem = SZ_512K,
|
||||||
|
.inactive_period = DRM_MSM_INACTIVE_PERIOD,
|
||||||
|
.init = a6xx_gpu_init,
|
||||||
}, {
|
}, {
|
||||||
.rev = ADRENO_REV(6, 3, 0, ANY_ID),
|
.rev = ADRENO_REV(6, 3, 0, ANY_ID),
|
||||||
.revn = 630,
|
.revn = 630,
|
||||||
|
Loading…
Reference in New Issue
Block a user