Re: [Mesa-dev] [PATCH 2/2] panfrost: Kill the panfrost_driver abstraction

2019-06-21 Thread Alyssa Rosenzweig
Oh, nice! I'm going to give this a tentative Reviewed-by. The changes themselves look good (and there shouldn't be functional changes). I do want this to happen; I just need to give some thought to ensuring that yes, this is really what we want to do. I'm having troubles thinking of when we might

[Mesa-dev] [PATCH 2/2] panfrost: Kill the panfrost_driver abstraction

2019-06-21 Thread Boris Brezillon
The non-drm backend is gone and there's no plan to bring it back to life. Let's get rid of the panfrost_driver abstraction and call the panfrost_drm_xxx() functions directly. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_afbc.c | 2 +- src/gallium/drivers/panfrost/pan