Quoting Michal Wajdeczko (2019-07-31 15:38:56)
> - /* Make sure that sanitization was done */
> - GEM_BUG_ON(i915_modparams.enable_guc < 0);
> + if (i915_modparams.enable_guc & ~(ENABLE_GUC_SUBMISSION ||
> + ENABLE_GUC_LOAD_HUC))
> + DRM_INFO("Incompatible option enable_guc=%d - %s\n",
> + i915_modparams.enable_guc, "undocumented flag");
You know something is wrong when DRM_INFO is right! (That is modparams
being global and not tied to any device;
rmdir /sys/modules/i915/parameters!)
-Chris
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx