Skip to content

Commit 6341516

Browse files
akhilpo-qcomRob Clark
authored andcommitted
drm/msm/a6xx: Enable IFPC on A750 GPU
A750 GPU has similar IFPC related configurations like X1-85. Add the IFPC QUIRK to enable IFPC feature. Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/673386/ Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent a6a0157 commit 6341516

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/msm/adreno/a6xx_catalog.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,8 @@ static const struct adreno_info a7xx_gpus[] = {
15461546
.inactive_period = DRM_MSM_INACTIVE_PERIOD,
15471547
.quirks = ADRENO_QUIRK_HAS_CACHED_COHERENT |
15481548
ADRENO_QUIRK_HAS_HW_APRIV |
1549-
ADRENO_QUIRK_PREEMPTION,
1549+
ADRENO_QUIRK_PREEMPTION |
1550+
ADRENO_QUIRK_IFPC,
15501551
.init = a6xx_gpu_init,
15511552
.zapfw = "gen70900_zap.mbn",
15521553
.a6xx = &(const struct a6xx_info) {

0 commit comments

Comments
 (0)