summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/include/panfrost-job.h
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-06-19 09:24:01 -0700
committerAlyssa Rosenzweig <[email protected]>2019-06-20 07:48:04 -0700
commitae2bfab7b73a1cc2e75f3cbe9a1407e78a23de90 (patch)
tree0c12839a549ddf70d410b93b9cf39d472d9856e1 /src/gallium/drivers/panfrost/include/panfrost-job.h
parent3faf33488a5c8767448ae158f78de53d51bcaa6d (diff)
panfrost/decode: Clip mali_compute_fbd at 64-bytes
Looking at internal evidence (later fields including a literal other compute job inception-style, seeming memory corruption, no clear function, and the field after this being a pointer to *itself*), it looks like this is really a much smaller descriptor. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/include/panfrost-job.h')
-rw-r--r--src/gallium/drivers/panfrost/include/panfrost-job.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h
index aaf6de72bc6..6da86148cd7 100644
--- a/src/gallium/drivers/panfrost/include/panfrost-job.h
+++ b/src/gallium/drivers/panfrost/include/panfrost-job.h
@@ -1411,15 +1411,6 @@ struct mali_single_framebuffer {
struct mali_compute_fbd {
u32 unknown1[16];
- mali_ptr unknown2;
- mali_ptr unknown3;
- u32 unknown4[16];
- u32 unknown5[18];
- mali_ptr unknown6;
- u32 unknown7[4];
- mali_ptr unknown8;
- mali_ptr unknown9;
- u32 unknown10[16];
} __attribute__((packed));
/* Format bits for the render target flags */