Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau: remove trace_dma_fence_emit

Hardware drivers which don't have much difference between emit and init
shouldn't use this trace point.

Signed-off-by: Christian König <christian.koenig@amd.com>
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Karol Herbst <kherbst@redhat.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: nouveau@lists.freedesktop.org
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220503085935.11023-1-christian.koenig@amd.com

authored by

Christian König and committed by
Lyude Paul
c81474ee 9887bda0

-1
-1
drivers/gpu/drm/nouveau/nouveau_fence.c
··· 224 224 &fctx->lock, fctx->context, ++fctx->sequence); 225 225 kref_get(&fctx->fence_ref); 226 226 227 - trace_dma_fence_emit(&fence->base); 228 227 ret = fctx->emit(fence); 229 228 if (!ret) { 230 229 dma_fence_get(&fence->base);