panfrost: Kill unused panfrost_batch::polygon_list field

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26221>
This commit is contained in:
Boris Brezillon 2023-10-04 17:26:24 +02:00 committed by Marge Bot
parent 8ed471a339
commit ac486a0115

View file

@ -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;