Re: [PATCH v3 3/8] drm/panfrost: Remove unnecessary mmu->lock mutex

2019-08-28 Thread Steven Price
On 26/08/2019 23:33, Rob Herring wrote: > There's no need to serialize io-pgtable calls and the as_lock is > sufficient to serialize flush operations, so we can remove the per > page table lock. > > Fixes: 7282f7645d06 ("drm/panfrost: Implement per FD address spaces") > Suggested-by: Robin Murphy

Re: [PATCH v3 3/8] drm/panfrost: Remove unnecessary mmu->lock mutex

2019-08-27 Thread Robin Murphy
On 26/08/2019 23:33, Rob Herring wrote: There's no need to serialize io-pgtable calls and the as_lock is sufficient to serialize flush operations, so we can remove the per page table lock. Reviewed-by: Robin Murphy Fixes: 7282f7645d06 ("drm/panfrost: Implement per FD address spaces") Suggest

[PATCH v3 3/8] drm/panfrost: Remove unnecessary mmu->lock mutex

2019-08-26 Thread Rob Herring
There's no need to serialize io-pgtable calls and the as_lock is sufficient to serialize flush operations, so we can remove the per page table lock. Fixes: 7282f7645d06 ("drm/panfrost: Implement per FD address spaces") Suggested-by: Robin Murphy Cc: Tomeu Vizoso Cc: Steven Price Cc: Alyssa Rose