panfrost: Remove ancient unused code

Leftover scraps.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16173>
This commit is contained in:
Alyssa Rosenzweig
2022-04-26 12:17:02 -04:00
parent 7864f653ad
commit 3f505a8bc1
2 changed files with 0 additions and 4 deletions
@@ -48,9 +48,6 @@
#include "midgard/midgard_compile.h"
#include "compiler/shader_enums.h"
/* Forward declare to avoid extra header dep */
struct prim_convert_context;
#define SET_BIT(lval, bit, cond) \
if (cond) \
lval |= (bit); \
@@ -105,7 +105,6 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
bool has_heap = dev->kernel_version->version_major > 1 ||
dev->kernel_version->version_minor >= 1;
/* Bifrost is WIP */
switch (param) {
case PIPE_CAP_NPOT_TEXTURES:
case PIPE_CAP_MIXED_COLOR_DEPTH_BITS: