From 07607c84432eb81a2f3401f3df45e38ead063fc5 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 11 Aug 2021 10:58:26 -0400 Subject: [PATCH] panfrost: Remove unused #defines Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/include/panfrost-job.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index f585d9ebd23..67c9805e6c4 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -235,12 +235,6 @@ typedef uint64_t mali_ptr; /* 8192x8192 */ #define MAX_MIP_LEVELS (13) -/* Cubemap bloats everything up */ -#define MAX_CUBE_FACES (6) - -/* For each pointer, there is an address and optionally also a stride */ -#define MAX_ELEMENTS (2) - /* Used for lod encoding. Thanks @urjaman for pointing out these routines can * be cleaned up a lot. */