Re: [Intel-gfx] [PATCH i-g-t] i915/gem_mmap_gtt: Test mmap_offset lifetime

2019-08-13 Thread Abdiel Janulgue
On 10/08/2019 15.38, Chris Wilson wrote: > Closing the object on another file should not affect the local > mmap_offset. > Thanks for this! It helped squeezed the bug out of mmap_offset. Reviewed-by: Abdiel Janulgue > Signed-off-by: Chris Wilson > Cc: Abdiel Janulgue > --- >

[Intel-gfx] [PATCH i-g-t] i915/gem_mmap_gtt: Test mmap_offset lifetime

2019-08-10 Thread Chris Wilson
Closing the object on another file should not affect the local mmap_offset. Signed-off-by: Chris Wilson Cc: Abdiel Janulgue --- tests/i915/gem_mmap_gtt.c | 40 +++ 1 file changed, 40 insertions(+) diff --git a/tests/i915/gem_mmap_gtt.c