Re: [Intel-gfx] [PATCH 4/6] drm/i915/selftests: add write-dword test for LMEM

2019-10-18 Thread Chris Wilson
Quoting Matthew Auld (2019-10-18 17:55:56) > Simple test writing to dwords across an object, using various engines in > a randomized order, checking that our writes land from the cpu. > > Signed-off-by: Matthew Auld Looks like a good base to build upon, and gives a useful sanity check.

[Intel-gfx] [PATCH 4/6] drm/i915/selftests: add write-dword test for LMEM

2019-10-18 Thread Matthew Auld
Simple test writing to dwords across an object, using various engines in a randomized order, checking that our writes land from the cpu. Signed-off-by: Matthew Auld --- .../drm/i915/selftests/intel_memory_region.c | 167 ++ 1 file changed, 167 insertions(+) diff --git