[Intel-gfx] [PATCH 16/17] drm/i915/execlists: Virtual engine bonding

Chris Wilson chris at chris-wilson.co.uk
Wed Mar 13 14:39:09 UTC 2019


Quoting Chris Wilson (2019-03-13 13:39:33)
> +               if (flags & BOND_SCHEDULE) {
> +                       onstack_fence_init(&fence);
> +                       err = i915_sw_fence_await_sw_fence_gfp(&rq[0]->submit,
> +                                                              &fence,
> +                                                              GFP_KERNEL);
> +               }
> +               i915_request_add(rq[0]);
> +               if (err)

Missed the git add: if (err < 0) !!!
-Chris


More information about the Intel-gfx mailing list