Quoting Chris Wilson (2018-02-07 10:52:56)
> /* We can't enable contexts until all firmware is loaded */
> ret = intel_uc_init_hw(dev_priv);
> - if (ret)
> + if (ret) {
> + DRM_ERROR("Enabling uc failed (%d)\n", ret);
> goto out;Forgotten git add. _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
