Re: [Intel-gfx] [PATCH v2 18/22] drm/i915: Ignore valid but unknown semaphores

2016-09-07 Thread Joonas Lahtinen
On ke, 2016-09-07 at 15:45 +0100, Chris Wilson wrote: > If we find a ring waiting on a semaphore for another assigned but not yet > emitted request, treat it as valid and waiting. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Techn

[Intel-gfx] [PATCH v2 18/22] drm/i915: Ignore valid but unknown semaphores

2016-09-07 Thread Chris Wilson
If we find a ring waiting on a semaphore for another assigned but not yet emitted request, treat it as valid and waiting. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b