Quoting Michal Wajdeczko (2018-08-29 22:10:36)
> Upcoming Gen11 GuC firmware requires new interface that is incompatible
> with existing pre-Gen11 firmwares. Updated firmwares for pre-Gen11 will
> arrive later. In the meantime sanitize the enable_guc option so that we
> can enable HuC authentication but nothing else on pre-Gen11.
>
> Signed-off-by: Michal Wajdeczko <[email protected]>
> Cc: Joonas Lahtinen <[email protected]>
> Cc: Rodrigo Vivi <[email protected]>
> Cc: Daniele Ceraolo Spurio <[email protected]>
> Cc: Michel Thierry <[email protected]>
> Cc: John Spotswood <[email protected]>
> Cc: Vinay Belgaumkar <[email protected]>
> Cc: Tony Ye <[email protected]>
> Cc: Anusha Srivatsa <[email protected]>
> Cc: Jeff Mcgee <[email protected]>
> Cc: Antonio Argenziano <[email protected]>
> Cc: Sujaritha Sundaresan <[email protected]>
<SNIP>
> @@ -292,6 +301,12 @@ int intel_uc_init(struct drm_i915_private *i915)
> return ret;
>
> if (USES_GUC_SUBMISSION(i915)) {
> +
Extra newline.
Regards, Joonas
> + if (INTEL_GEN(i915) < 11) {
> + intel_guc_fini(guc);
> + return -EIO;
> + }
> +
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx