From: Alyssa Rosenzweig Date: Wed, 31 Jul 2019 14:25:24 +0000 (-0700) Subject: pan/midgard: Shrink "compute FBD" X-Git-Tag: upstream/19.3.0~3520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=160795429d62d6eedcd2b8dc0c26887509b58e3e;p=platform%2Fupstream%2Fmesa.git 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 --- 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 */