OSDN Git Service

drm/i915: Prevent use of global_seqno=0
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 19 Jan 2019 14:30:24 +0000 (14:30 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Jan 2019 09:25:43 +0000 (09:25 +0000)
commitf1e9c90947979c041130011fbcd070200b5527b5
tree6ca5324b0dd43fa63385430a8334fa9a8c300894
parentd25236a3290ce621033a76e15bf74613acdb3a6d
drm/i915: Prevent use of global_seqno=0

We are not allowed to assign rq->global_seqno=0 as it has a special
meaning of "inactive" (not executing on HW).

Fixes: 6faf5916e6be ("drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190119143024.26971-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c