panfrost: Remove 32-bit next_job path
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 27 Dec 2019 18:03:22 +0000 (13:03 -0500)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 27 Dec 2019 18:03:22 +0000 (13:03 -0500)
commit65e5c1942a21f16ca054895490d2987b88d55fe9
treee1b8460d353fbef5368af5f085ce01d70c856fb0
parent95ba661b4988c86447f952b11e262872c3e46a3a
panfrost: Remove 32-bit next_job path

It has been unused for a while; let's just remove the abstraction.
Technically the hardware does support 32-bit job descriptors, but we
don't and we can't keep them from breaking so let's not pretend they
work.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Suggested-by: Boris Brezillon <boris.brezillon@collabora.com>
src/gallium/drivers/panfrost/pan_scoreboard.c
src/panfrost/include/panfrost-job.h
src/panfrost/pandecode/decode.c