summaryrefslogtreecommitdiffstats
path: root/src/panfrost
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-07-31 07:25:24 -0700
committerAlyssa Rosenzweig <[email protected]>2019-07-31 10:56:11 -0700
commit160795429d62d6eedcd2b8dc0c26887509b58e3e (patch)
tree226467e6fb717aef9f93010e3c0bef334009c6aa /src/panfrost
parent194b49ee28131cea9ab5af947d0fb12873125bfc (diff)
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 <[email protected]>
Diffstat (limited to 'src/panfrost')
-rw-r--r--src/panfrost/include/panfrost-job.h2
1 files changed, 1 insertions, 1 deletions
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 */