[Intel-gfx] [PATCH v5 01/63] drm/i915: Do not share hwsp across contexts any more, v6

Chris Wilson chris at chris-wilson.co.uk
Wed Nov 25 10:44:38 UTC 2020


Quoting Maarten Lankhorst (2020-11-25 10:39:09)
> -               } while (!__igt_timeout(end_time, NULL));
> -               WRITE_ONCE(*(u32 *)tl->hwsp_seqno, 0xdeadbeef);
> +               } while (!__igt_timeout(end_time, NULL) &&
> +                        count < (PAGE_SIZE / TIMELINE_SEQNO_BYTES - 1) / 2);

Which part of this is NOT PAPERING OVER THE EXACT ISSUE I nacked this
patch over?

This series is still a joke. Go back to the design until you do not
break ABI.
-Chris


More information about the Intel-gfx mailing list