Re: [Intel-gfx] [PATCH] drm/i915/selftest: Add move poison patterns

2020-03-13 Thread Mika Kuoppala
Chris Wilson writes: > Throw in the inverse patterns to create more examples of poison to use > against the LRC state. > > Signed-off-by: Chris Wilson > Cc: Mika Kuoppala Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/selftest_lrc.c | 7 ++- > 1 file changed, 6 insertions(+)

[Intel-gfx] [PATCH] drm/i915/selftest: Add move poison patterns

2020-03-13 Thread Chris Wilson
Throw in the inverse patterns to create more examples of poison to use against the LRC state. Signed-off-by: Chris Wilson Cc: Mika Kuoppala --- drivers/gpu/drm/i915/gt/selftest_lrc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/selftest_lrc.c