panfrost/decode: Identify "compute FBD"
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 19 Jun 2019 15:41:51 +0000 (08:41 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 20 Jun 2019 14:48:04 +0000 (07:48 -0700)
commit0aa5d89acbc44a68320281000fcd2547505f76c6
tree588c37ee931369c0c3fda870b54fdea7a9c97192
parent4f881237c38f43e63ec931e0d406a1531dcd6ba7
panfrost/decode: Identify "compute FBD"

There is fundamentally not a framebuffer associated with a compute job.
Allocate a new structure for it so we don't mess up graphics when
decoding.

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