Mesa (master): panfrost: Remove "mali_unknown6" nonsense

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 7 16:07:04 UTC 2019


Module: Mesa
Branch: master
Commit: 4209a27c61ee4bda2efb63e080bde01545edb2b5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4209a27c61ee4bda2efb63e080bde01545edb2b5

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Sun Apr  7 16:05:42 2019 +0000

panfrost: Remove "mali_unknown6" nonsense

This structure was used maaaany moons ago as a placeholder for the
varying meta (now unified with mali_attr_meta and essentially fully
decoded). I don't know why it's still in the file. Let's wack it.

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>

---

 src/gallium/drivers/panfrost/include/panfrost-job.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h
index 2f739bf22ba..97fcb0380dd 100644
--- a/src/gallium/drivers/panfrost/include/panfrost-job.h
+++ b/src/gallium/drivers/panfrost/include/panfrost-job.h
@@ -1221,14 +1221,6 @@ struct mali_viewport {
         u16 viewport1[2];
 } __attribute__((packed));
 
-/* TODO: Varying meta is symmetrical with attr_meta, but there is some
- * weirdness associated. Figure it out. */
-
-struct mali_unknown6 {
-        u64 unknown0;
-        u64 unknown1;
-};
-
 /* From presentations, 16x16 tiles externally. Use shift for fast computation
  * of tile numbers. */
 




More information about the mesa-commit mailing list