[Intel-gfx] [PATCH v3 9/9] dma-buf: Remove internal lock

2022-08-29 Thread Dmitry Osipenko
The internal dma-buf lock isn't needed anymore because the updated locking specification claims that dma-buf reservation must be locked by importers, and thus, the internal data is already protected by the reservation lock. Remove the obsoleted internal lock. Signed-off-by: Dmitry Osipenko --- d

Re: [Intel-gfx] [PATCH v3 9/9] dma-buf: Remove internal lock

2022-08-24 Thread Christian König
Am 24.08.22 um 12:22 schrieb Dmitry Osipenko: The internal dma-buf lock isn't needed anymore because the updated locking specification claims that dma-buf reservation must be locked by importers, and thus, the internal data is already protected by the reservation lock. Remove the obsoleted intern