Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/drm/drm...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / i915 / gt / uc / intel_guc.c
index 6909da1e1a736ff1a535c919b3ec445e8a473efd..2a343a97798720cbdff68093df0a02a6b998a659 100644 (file)
@@ -294,18 +294,18 @@ void intel_guc_write_params(struct intel_guc *guc)
        int i;
 
        /*
-        * All SOFT_SCRATCH registers are in FORCEWAKE_BLITTER domain and
+        * All SOFT_SCRATCH registers are in FORCEWAKE_GT domain and
         * they are power context saved so it's ok to release forcewake
         * when we are done here and take it again at xfer time.
         */
-       intel_uncore_forcewake_get(uncore, FORCEWAKE_BLITTER);
+       intel_uncore_forcewake_get(uncore, FORCEWAKE_GT);
 
        intel_uncore_write(uncore, SOFT_SCRATCH(0), 0);
 
        for (i = 0; i < GUC_CTL_MAX_DWORDS; i++)
                intel_uncore_write(uncore, SOFT_SCRATCH(1 + i), guc->params[i]);
 
-       intel_uncore_forcewake_put(uncore, FORCEWAKE_BLITTER);
+       intel_uncore_forcewake_put(uncore, FORCEWAKE_GT);
 }
 
 int intel_guc_init(struct intel_guc *guc)