Re: [Mesa-dev] [PATCH 10/10] panfrost: Pass referenced BOs to the SUBMIT ioctls

2019-07-02 Thread Alyssa Rosenzweig
R-b with pleasure! I'm not sure why we didn't get around to this earlier, but this is awesome. Thank you! :) On Tue, Jul 02, 2019 at 03:23:53PM +0200, Boris Brezillon wrote: > Instead of manually adding the BOs from the various SLAB pools plus > the one backing the color FB, we insert them in the B

[Mesa-dev] [PATCH 10/10] panfrost: Pass referenced BOs to the SUBMIT ioctls

2019-07-02 Thread Boris Brezillon
Instead of manually adding the BOs from the various SLAB pools plus the one backing the color FB, we insert them in the BO set attached to the job and let panfrost_drm_submit_job() pass all BOs from this set to the SUBMIT ioctl. This means we are now passing all referenced BOs and let the scheduler