Mesa (main): panfrost: Remove unused midgard-pack.h includes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 7 13:34:29 UTC 2021


Module: Mesa
Branch: main
Commit: d09948e006796c1b17a7932fdbc02fd2af66abb6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d09948e006796c1b17a7932fdbc02fd2af66abb6

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Tue Jul  6 18:17:02 2021 -0400

panfrost: Remove unused midgard-pack.h includes

Now only included from the per-gen file.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Acked-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11745>

---

 src/gallium/drivers/panfrost/pan_context.h  | 1 -
 src/gallium/drivers/panfrost/pan_resource.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h
index ff50f3c3897..b2ad9af36ba 100644
--- a/src/gallium/drivers/panfrost/pan_context.h
+++ b/src/gallium/drivers/panfrost/pan_context.h
@@ -34,7 +34,6 @@
 #include "pan_blend_cso.h"
 #include "pan_encoder.h"
 #include "pan_texture.h"
-#include "midgard_pack.h"
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_config.h"
diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h
index bac29823d51..a3cd7bf14e1 100644
--- a/src/gallium/drivers/panfrost/pan_resource.h
+++ b/src/gallium/drivers/panfrost/pan_resource.h
@@ -26,7 +26,6 @@
 #ifndef PAN_RESOURCE_H
 #define PAN_RESOURCE_H
 
-#include <midgard_pack.h>
 #include "pan_screen.h"
 #include "pan_minmax_cache.h"
 #include "pan_texture.h"



More information about the mesa-commit mailing list