Re: [Mesa-dev] [PATCH v2 04/37] panfrost: Add polygon_list to the batch BO set at allocation time

2019-09-16 Thread Alyssa Rosenzweig
Reviewed-by: Alyssa Rosenzweig > That's what we do for other per-batch BOs, and we'll soon add an helper > to automate this create_bo()+add_bo()+bo_unreference() sequence, so > let's prepare the code to ease this transition. > > Signed-off-by: Boris Brezillon > --- >

[Mesa-dev] [PATCH v2 04/37] panfrost: Add polygon_list to the batch BO set at allocation time

2019-09-16 Thread Boris Brezillon
That's what we do for other per-batch BOs, and we'll soon add an helper to automate this create_bo()+add_bo()+bo_unreference() sequence, so let's prepare the code to ease this transition. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_drm.c | 1 -