vc4: Don't record the seqno of a failed job submit.
authorEric Anholt <eric@anholt.net>
Tue, 26 Jan 2016 18:28:45 +0000 (10:28 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 28 Jan 2016 04:05:37 +0000 (20:05 -0800)
commit2a449ce7c961f3269f9a37ddf4fe340fc170c609
tree8c0dd8663625ddd6e75bd76dc09e5795695c429a
parent0e06f76a848a5f556a40933791ffe2a9c0d4e979
vc4: Don't record the seqno of a failed job submit.

On an error return, the returned seqno will probably be unset, so we'd
lose track of what we've submitted so far for waiting on in the
future.

Cc: "11.0 11.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/vc4_job.c