broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.
authorEric Anholt <eric@anholt.net>
Thu, 28 Sep 2017 20:36:54 +0000 (13:36 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:05 +0000 (11:42 -0700)
commitd0dfc4bd5f3711ac48de88aa51fc6f442eaa0b20
tree5123ba9af772a20efa43c0e9b21207e711dac437
parent7f3b8906979ba5f2c1876b4eb2c0b85314107511
broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.

The HW will halt when you hit a HALT packet, or when you hit the end
address.  Tell CLIF if there's an end address is so that it can stop
correctly.  (There was usually a 0 byte after the CL, so it would stop
anyway).
src/broadcom/clif/clif_dump.c
src/broadcom/clif/clif_dump.h
src/gallium/drivers/vc5/vc5_job.c