Re: [Intel-gfx] [PATCH v4] drm/i915/gt: Poison GTT scratch pages

2020-01-24 Thread Matthew Auld
On Fri, 24 Jan 2020 at 11:51, Chris Wilson wrote: > > Using a clear page for scratch means that we have relatively benign > errors in case it is accidentally used, but that can be rather too > benign for debugging. If we poison the scratch, ideally it quickly > results in an obvious error. > > v2:

[Intel-gfx] [PATCH v4] drm/i915/gt: Poison GTT scratch pages

2020-01-24 Thread Chris Wilson
Using a clear page for scratch means that we have relatively benign errors in case it is accidentally used, but that can be rather too benign for debugging. If we poison the scratch, ideally it quickly results in an obvious error. v2: Set each page individually just in case we are using highmem fo

[Intel-gfx] [PATCH v4] drm/i915/gt: Poison GTT scratch pages

2020-01-23 Thread Chris Wilson
Using a clear page for scratch means that we have relatively benign errors in case it is accidentally used, but that can be rather too benign for debugging. If we poison the scratch, ideally it quickly results in an obvious error. v2: Set each page individually just in case we are using highmem fo