From ac486a0115e7b5775d8e78d9dc78f51112ee9a1e Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Wed, 4 Oct 2023 17:26:24 +0200 Subject: [PATCH] panfrost: Kill unused panfrost_batch::polygon_list field Signed-off-by: Boris Brezillon Reviewed-by: Erik Faye-Lund Part-of: --- src/gallium/drivers/panfrost/pan_job.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_job.h b/src/gallium/drivers/panfrost/pan_job.h index f57b82857f8..cd19f275cdc 100644 --- a/src/gallium/drivers/panfrost/pan_job.h +++ b/src/gallium/drivers/panfrost/pan_job.h @@ -142,9 +142,6 @@ struct panfrost_batch { /* Job scoreboarding state */ struct pan_scoreboard scoreboard; - /* Polygon list bound to the batch, or NULL if none bound yet */ - struct panfrost_bo *polygon_list; - /* Scratchpad BO bound to the batch, or NULL if none bound yet */ struct panfrost_bo *scratchpad;