Quoting Chris Wilson (2021-01-14 09:26:39)
> +       rq = record_registers(A, a, result[0], result[1], false, &sema);
> +       if (IS_ERR(rq)) {
> +               err = PTR_ERR(rq);
> +               goto err_result1;
> +       }
> +
> +       err = poison_registers(B, a, poison, false, &sema);

Hmm. Will want to add a synchronisation pointer before poisoning the
registers, we want to make sure context A is active at the time.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to