Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-31 Thread Daniel Vetter
On Wed, Aug 18, 2021 at 12:54:42PM +0200, Christian König wrote: > Only the DRM GPU scheduler, radeon and amdgpu where using them and they depend > on a non existing config option to actually emit some code. > > v2: keep the signal path as is for now > > Signed-off-by: Christian König Acked-by:

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-31 Thread Christian König
Am 31.08.21 um 14:30 schrieb Daniel Vetter: On Mon, Aug 30, 2021 at 08:28:49AM +0200, Christian König wrote: Am 27.08.21 um 22:23 schrieb Daniel Vetter: On Fri, Aug 27, 2021 at 11:07:58AM +0200, Christian König wrote: Am 26.08.21 um 10:55 schrieb Daniel Vetter: On Tue, Aug 24, 2021 at 10:12:2

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-31 Thread Daniel Vetter
On Mon, Aug 30, 2021 at 08:28:49AM +0200, Christian König wrote: > Am 27.08.21 um 22:23 schrieb Daniel Vetter: > > On Fri, Aug 27, 2021 at 11:07:58AM +0200, Christian König wrote: > > > Am 26.08.21 um 10:55 schrieb Daniel Vetter: > > > > On Tue, Aug 24, 2021 at 10:12:24AM +0200, Christian König wro

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-29 Thread Christian König
Am 27.08.21 um 22:23 schrieb Daniel Vetter: On Fri, Aug 27, 2021 at 11:07:58AM +0200, Christian König wrote: Am 26.08.21 um 10:55 schrieb Daniel Vetter: On Tue, Aug 24, 2021 at 10:12:24AM +0200, Christian König wrote: Just a gentle ping. Daniel any more comments on this? Still haven't seen a

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-27 Thread Daniel Vetter
On Fri, Aug 27, 2021 at 11:07:58AM +0200, Christian König wrote: > Am 26.08.21 um 10:55 schrieb Daniel Vetter: > > On Tue, Aug 24, 2021 at 10:12:24AM +0200, Christian König wrote: > > > Just a gentle ping. Daniel any more comments on this? > > Still haven't seen a patch set to nuke the sw_sync igt

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-27 Thread Christian König
Am 26.08.21 um 10:55 schrieb Daniel Vetter: On Tue, Aug 24, 2021 at 10:12:24AM +0200, Christian König wrote: Just a gentle ping. Daniel any more comments on this? Still haven't seen a patch set to nuke the sw_sync igt tests. Otherwise this is just going to cause fails and reboots in our ci (we

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-26 Thread Daniel Vetter
On Tue, Aug 24, 2021 at 10:12:24AM +0200, Christian König wrote: > Just a gentle ping. Daniel any more comments on this? Still haven't seen a patch set to nuke the sw_sync igt tests. Otherwise this is just going to cause fails and reboots in our ci (we reboot on taints). > I'm not sure if the sec

Re: [PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2

2021-08-24 Thread Christian König
Just a gentle ping. Daniel any more comments on this? I'm not sure if the second patch will cause trouble with any unit test, but I'm willing to try it. We can always trivial revert it. Thanks, Christian. Am 18.08.21 um 12:54 schrieb Christian König: Only the DRM GPU scheduler, radeon and am