Re: [PATCH 3/7] drm/ttm: allow reserve more than one shared slot

2018-09-24 Thread Michel Dänzer
The shortlog should say "allow reserving more than one shared fence slot", same as patch 2. On 2018-09-24 1:58 p.m., Christian König wrote: > Let's support simultaneous submissions to multiple engines. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/ttm/ttm_execbuf_util.c | 6

[PATCH 3/7] drm/ttm: allow reserve more than one shared slot

2018-09-24 Thread Christian König
Let's support simultaneous submissions to multiple engines. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_execbuf_util.c | 6 -- include/drm/ttm/ttm_execbuf_util.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_execbuf_util.c