Re: [PATCH 01/24] dma-buf: add dma_resv_replace_fences

2022-01-14 Thread Daniel Vetter
On Mon, Jan 03, 2022 at 11:48:25AM +0100, Christian König wrote: > Am 22.12.21 um 22:05 schrieb Daniel Vetter: > > On Tue, Dec 07, 2021 at 01:33:48PM +0100, Christian König wrote: > > > This function allows to replace fences from the shared fence list when > > > we can gurantee that the operation

Re: [PATCH 01/24] dma-buf: add dma_resv_replace_fences

2022-01-03 Thread Christian König
Am 22.12.21 um 22:05 schrieb Daniel Vetter: On Tue, Dec 07, 2021 at 01:33:48PM +0100, Christian König wrote: This function allows to replace fences from the shared fence list when we can gurantee that the operation represented by the original fence has finished or no accesses to the resources

Re: [PATCH 01/24] dma-buf: add dma_resv_replace_fences

2021-12-22 Thread Daniel Vetter
On Tue, Dec 07, 2021 at 01:33:48PM +0100, Christian König wrote: > This function allows to replace fences from the shared fence list when > we can gurantee that the operation represented by the original fence has > finished or no accesses to the resources protected by the dma_resv > object any

[PATCH 01/24] dma-buf: add dma_resv_replace_fences

2021-12-07 Thread Christian König
This function allows to replace fences from the shared fence list when we can gurantee that the operation represented by the original fence has finished or no accesses to the resources protected by the dma_resv object any more when the new fence finishes. Then use this function in the amdkfd code