From f557d11f153cc1b92ce00fa6a7e35d56fdc5bcd4 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 21 Jun 2021 16:06:23 +1000 Subject: [PATCH] crocus: drop dead gen prototypes. Part-of: --- src/gallium/drivers/crocus/crocus_genx_protos.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/gallium/drivers/crocus/crocus_genx_protos.h b/src/gallium/drivers/crocus/crocus_genx_protos.h index ba6798f991e..b246f2ad893 100644 --- a/src/gallium/drivers/crocus/crocus_genx_protos.h +++ b/src/gallium/drivers/crocus/crocus_genx_protos.h @@ -34,10 +34,6 @@ void genX(upload_urb)(struct crocus_batch *batch, unsigned vs_size, bool gs_present, unsigned gs_size); -void genX(emit_hashing_mode)(struct crocus_context *ice, - struct crocus_batch *batch, - unsigned width, unsigned height, - unsigned scale); /* crocus_blorp.c */ void genX(init_blorp)(struct crocus_context *ice); @@ -45,12 +41,6 @@ void genX(init_blorp)(struct crocus_context *ice); /* crocus_query.c */ void genX(init_query)(struct crocus_context *ice); void genX(init_screen_query)(struct crocus_screen *screen); -void genX(math_add32_gpr0)(struct crocus_context *ice, - struct crocus_batch *batch, - uint32_t x); -void genX(math_div32_gpr0)(struct crocus_context *ice, - struct crocus_batch *batch, - uint32_t D); /* crocus_blt.c */ void genX(init_blt)(struct crocus_screen *screen);