]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/msm/a6xx: Enable IFPC on A750 GPU
authorAkhil P Oommen <akhilpo@oss.qualcomm.com>
Mon, 8 Sep 2025 08:27:09 +0000 (13:57 +0530)
committerRob Clark <robin.clark@oss.qualcomm.com>
Mon, 8 Sep 2025 14:25:01 +0000 (07:25 -0700)
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>
drivers/gpu/drm/msm/adreno/a6xx_catalog.c

index 7f495212c092f338b55d496e1b7645f8a5cfe0b7..a2d587e1a4f520d5ee0be53df1069b437036ed7b 100644 (file)
@@ -1546,7 +1546,8 @@ static const struct adreno_info a7xx_gpus[] = {
                .inactive_period = DRM_MSM_INACTIVE_PERIOD,
                .quirks = ADRENO_QUIRK_HAS_CACHED_COHERENT |
                          ADRENO_QUIRK_HAS_HW_APRIV |
-                         ADRENO_QUIRK_PREEMPTION,
+                         ADRENO_QUIRK_PREEMPTION |
+                         ADRENO_QUIRK_IFPC,
                .init = a6xx_gpu_init,
                .zapfw = "gen70900_zap.mbn",
                .a6xx = &(const struct a6xx_info) {