mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
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:
parent
df879723b3
commit
fb36995fe4
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue