panfrost: Factor out scoreboarding state
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 7 Jul 2020 21:07:34 +0000 (17:07 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 9 Jul 2020 16:03:08 +0000 (12:03 -0400)
commit31197c2c1bc4c906eb321484963c8f6143acae9f
treeff2a780417565cae7078062ed0ebf1411d687f95
parentc8d848b2782b99eb617cb83958a3d977c406e8ff
panfrost: Factor out scoreboarding state

This is not Gallium-specific, so take it out of the batch.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5827>
src/gallium/drivers/panfrost/pan_cmdstream.c
src/gallium/drivers/panfrost/pan_job.c
src/gallium/drivers/panfrost/pan_job.h
src/gallium/drivers/panfrost/pan_scoreboard.c
src/gallium/drivers/panfrost/pan_scoreboard.h [new file with mode: 0644]