panfrost: Remove pan_cmdstream.h
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 6 Jul 2021 22:15:54 +0000 (18:15 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 7 Jul 2021 13:19:35 +0000 (13:19 +0000)
Now empty.

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

src/gallium/drivers/panfrost/pan_cmdstream.c
src/gallium/drivers/panfrost/pan_cmdstream.h [deleted file]
src/gallium/drivers/panfrost/pan_compute.c
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_job.c

index 6b5a609..4ad7328 100644 (file)
@@ -29,6 +29,8 @@
 #include "util/u_helpers.h"
 #include "util/u_draw.h"
 #include "util/u_memory.h"
+#include "pipe/p_defines.h"
+#include "pipe/p_state.h"
 #include "indices/u_primconvert.h"
 #include "gallium/auxiliary/util/u_blend.h"
 
@@ -36,7 +38,6 @@
 
 #include "pan_pool.h"
 #include "pan_bo.h"
-#include "pan_cmdstream.h"
 #include "pan_context.h"
 #include "pan_job.h"
 #include "pan_shader.h"
@@ -45,6 +46,8 @@
 #include "pan_indirect_draw.h"
 #include "pan_indirect_dispatch.h"
 
+#include "midgard_pack.h"
+
 /* Statically assert that PIPE_* enums match the hardware enums.
  * (As long as they match, we don't need to translate them.)
  */
diff --git a/src/gallium/drivers/panfrost/pan_cmdstream.h b/src/gallium/drivers/panfrost/pan_cmdstream.h
deleted file mode 100644 (file)
index dd65bc9..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright (C) 2018 Alyssa Rosenzweig
- * Copyright (C) 2020 Collabora Ltd.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
-
-#ifndef __PAN_CMDSTREAM_H__
-#define __PAN_CMDSTREAM_H__
-
-#include "pipe/p_defines.h"
-#include "pipe/p_state.h"
-
-#include "midgard_pack.h"
-
-#include "pan_job.h"
-
-#endif /* __PAN_CMDSTREAM_H__ */
index ca5f2bd..246c467 100644 (file)
@@ -27,7 +27,6 @@
  */
 
 #include "pan_context.h"
-#include "pan_cmdstream.h"
 #include "panfrost-quirks.h"
 #include "pan_bo.h"
 #include "pan_shader.h"
index 0c25590..d6c6b5d 100644 (file)
@@ -50,7 +50,6 @@
 #include "util/u_math.h"
 
 #include "pan_screen.h"
-#include "pan_cmdstream.h"
 #include "pan_util.h"
 #include "decode.h"
 #include "util/pan_lower_framebuffer.h"
index 231c0b0..a56e156 100644 (file)
@@ -38,7 +38,6 @@
 #include "util/rounding.h"
 #include "util/u_framebuffer.h"
 #include "pan_util.h"
-#include "pan_cmdstream.h"
 #include "decode.h"
 #include "panfrost-quirks.h"