Re: [Mesa-dev] [PATCH] panfrost: Move to use ralloc for some allocations

2019-06-18 Thread Alyssa Rosenzweig
Woah :) I'm okay with this if CI is. I recall having issues when I tried this but maybe I'm just bad at memory. Actually, maybe I don't recall issues. Did I even try this? Like I said. Bad at memory. R-b, thank you ^^ signature.asc Description: PGP signature __

[Mesa-dev] [PATCH] panfrost: Move to use ralloc for some allocations

2019-06-18 Thread Tomeu Vizoso
We have some serious leaks, so plug some and also move to ralloc to limit the lifetime of some objects to that of their parent. Lots more such work to do. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/pan_context.c | 24 +++-- src/gallium/drivers/panfrost/pan_drm.c