pan/decode: Drop unused debug function

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Italo Nicola <italonicola@collabora.com>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24428>
This commit is contained in:
Alyssa Rosenzweig 2023-08-01 10:40:23 -04:00 committed by Marge Bot
parent df879723b3
commit fb36995fe4

View file

@ -54,13 +54,6 @@ struct queue_ctx {
unsigned gpu_id;
};
static void
dump_cshwif_registers(struct queue_ctx *ctx)
{
for (unsigned i = 0; i < ctx->nr_regs; ++i)
fprintf(pandecode_dump_stream, "r%u: %X\n", i, ctx->regs[i]);
}
static uint32_t
cs_get_u32(struct queue_ctx *ctx, uint8_t reg)
{