Re: [Mesa-dev] [PATCH v3 17/25] panfrost: Pass a batch to functions emitting FB descs

2019-09-05 Thread Alyssa Rosenzweig
Very happily R-b, this is a good cleanup :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v3 17/25] panfrost: Pass a batch to functions emitting FB descs

2019-09-05 Thread Boris Brezillon
So we can emit such jobs to a batch that's not currently bound to the context. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_context.c | 36 ++--- src/gallium/drivers/panfrost/pan_context.h | 10 +++--- src/gallium/drivers/panfrost/pan_drm.c | 2 +-