Re: [Intel-gfx] [PATCH v2 6/9] drm/i915: Reset semaphore page for gen8

2016-04-06 Thread Joonas Lahtinen
On ke, 2016-04-06 at 13:33 +0100, Chris Wilson wrote: > An oversight is that when we wrap the seqno, we need to reset the hw > semaphore counters to 0. We did this for gen6 and gen7 and forgot to do > so for the new implementation required for gen8 (legacy). > > Signed-off-by: Chris Wilson > Cc:

[Intel-gfx] [PATCH v2 6/9] drm/i915: Reset semaphore page for gen8

2016-04-06 Thread Chris Wilson
An oversight is that when we wrap the seqno, we need to reset the hw semaphore counters to 0. We did this for gen6 and gen7 and forgot to do so for the new implementation required for gen8 (legacy). Signed-off-by: Chris Wilson Cc: Mika Kuoppala Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/inte