]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/i915/intel_huc.c
drm/i915: switch intel_wait_for_register to uncore
[linux.git] / drivers / gpu / drm / i915 / intel_huc.c
index 9bd1c9002c2ad9095cf6d457308df63ef20787b8..94c04f16a2addd3a4eb83dc29bfe379db6e3796b 100644 (file)
@@ -79,7 +79,7 @@ int intel_huc_auth(struct intel_huc *huc)
        }
 
        /* Check authentication status, it should be done by now */
-       ret = __intel_wait_for_register(i915,
+       ret = __intel_wait_for_register(&i915->uncore,
                                        HUC_STATUS2,
                                        HUC_FW_VERIFIED,
                                        HUC_FW_VERIFIED,