Re: [PATCH] dma-buf: keep the signaling time of merged fences v2

2023-06-23 Thread Luben Tuikov
On 2023-06-23 05:08, Christian König wrote: > Some Android CTS is testing for that. > It's not entirely clear what "that" is, other than by the subject title of the patch. Something like "Record and return the signalling time of merged fences, as well as regular fences, since some Android CTS(?)

Re: [PATCH] dma-buf: keep the signaling time of merged fences v2

2023-06-23 Thread Alex Deucher
On Fri, Jun 23, 2023 at 5:09 AM Christian König wrote: > > Some Android CTS is testing for that. > > v2: use the current time if the fence is still in the signaling path and > the timestamp not yet available. > > Signed-off-by: Christian König Acked-by: Alex Deucher > --- > drivers/dma-buf/dm

[PATCH] dma-buf: keep the signaling time of merged fences v2

2023-06-23 Thread Christian König
Some Android CTS is testing for that. v2: use the current time if the fence is still in the signaling path and the timestamp not yet available. Signed-off-by: Christian König --- drivers/dma-buf/dma-fence-unwrap.c | 20 +--- drivers/dma-buf/dma-fence.c| 5 +++-- drivers