diff options
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 2 |
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 */ |