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:
committed by
Marge Bot
parent
df879723b3
commit
fb36995fe4
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user