Re: [Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno

2021-12-29 Thread Jani Nikula
On Tue, 14 Dec 2021, Matthew Brost wrote: > Increment composite fence seqno on each fence creation. For future reference, this commit message is not enough. Both the subject line and the commit message just repeat what I can see from the code, i.e. *what* is being done, but there is not a hint

Re: [Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno

2021-12-23 Thread John Harrison
On 12/14/2021 11:59, Matthew Brost wrote: Increment composite fence seqno on each fence creation. Fixes: 544460c33821 ("drm/i915: Multi-BB execbuf") Signed-off-by: Matthew Brost --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno

2021-12-14 Thread Matthew Brost
On Tue, Dec 14, 2021 at 10:17:48PM +0200, Jani Nikula wrote: > On Tue, 14 Dec 2021, Matthew Brost wrote: > > Increment composite fence seqno on each fence creation. > > > > Fixes: 544460c33821 ("drm/i915: Multi-BB execbuf") > > Signed-off-by: Matthew Brost > > --- > >

Re: [Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno

2021-12-14 Thread Jani Nikula
On Tue, 14 Dec 2021, Matthew Brost wrote: > Increment composite fence seqno on each fence creation. > > Fixes: 544460c33821 ("drm/i915: Multi-BB execbuf") > Signed-off-by: Matthew Brost > --- > drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- > 1 file changed, 1 insertion(+), 1

[Intel-gfx] [PATCH] drm/i915: Increment composite fence seqno

2021-12-14 Thread Matthew Brost
Increment composite fence seqno on each fence creation. Fixes: 544460c33821 ("drm/i915: Multi-BB execbuf") Signed-off-by: Matthew Brost --- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git