Re: [Intel-gfx] [PATCH i-g-t] tests/gem_exec_fence: test that in-fence is not overwritten

2018-02-14 Thread Chris Wilson
Quoting Chris Wilson (2018-02-14 19:29:29) > Quoting Daniele Ceraolo Spurio (2018-02-14 19:18:26) > > When an out-fence is returned we expect that the in-fence is not > > overwritten. Add a test to check for that. > > > > Cc: Chris Wilson > > Signed-off-by: Daniele Ceraolo Spurio > > --- > > te

Re: [Intel-gfx] [PATCH i-g-t] tests/gem_exec_fence: test that in-fence is not overwritten

2018-02-14 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2018-02-14 19:18:26) > When an out-fence is returned we expect that the in-fence is not > overwritten. Add a test to check for that. > > Cc: Chris Wilson > Signed-off-by: Daniele Ceraolo Spurio > --- > tests/gem_exec_fence.c | 39 +

[Intel-gfx] [PATCH i-g-t] tests/gem_exec_fence: test that in-fence is not overwritten

2018-02-14 Thread Daniele Ceraolo Spurio
When an out-fence is returned we expect that the in-fence is not overwritten. Add a test to check for that. Cc: Chris Wilson Signed-off-by: Daniele Ceraolo Spurio --- tests/gem_exec_fence.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/tests/gem_ex