From 160795429d62d6eedcd2b8dc0c26887509b58e3e Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 31 Jul 2019 07:25:24 -0700 Subject: [PATCH] pan/midgard: Shrink "compute FBD" We still don't know what it is, but from a newer trace we now know it's half the size we thought it was. Signed-off-by: Alyssa Rosenzweig --- src/panfrost/include/panfrost-job.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 7766a00ca2c..5d038431cee 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -1432,7 +1432,7 @@ struct mali_single_framebuffer { * of compute jobs. Superficially resembles a single framebuffer descriptor */ struct mali_compute_fbd { - u32 unknown1[16]; + u32 unknown1[8]; } __attribute__((packed)); /* Format bits for the render target flags */ -- 2.30.2