All of lore.kernel.org
 help / color / mirror / Atom feed
* Associate dma_fence and amdpgu tracepoints
@ 2017-02-24 18:20 Andres Rodriguez
       [not found] ` <20170224182058.5810-1-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Andres Rodriguez @ 2017-02-24 18:20 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: christian.koenig-5C7GfCeVMHo, andresx7-Re5JQEeQqe8AvxtiuMwx3w

This patch series is an meant to supersede:
drm/amdgpu: trace amdgpu_job fence details

It uses a different approach of tracking through the scheduler fence
instead of the amdgpu job fence.

The difference between using these two fences account for a maximum of
1us of latency as measured by ftrace. E.g.:
<idle>-0     [002] d.h.    69.073015: dma_fence_signaled: driver=amdgpu timeline=gfx context=1 seqno=4616
<idle>-0     [002] d.h.    69.073016: dma_fence_signaled: driver=amd_sched timeline=gfx context=591 seqno=3558

In most cases the difference is 0us. I don't think this issue will be
a concern on our current time scales.

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-08 21:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-24 18:20 Associate dma_fence and amdpgu tracepoints Andres Rodriguez
     [not found] ` <20170224182058.5810-1-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-24 18:20   ` [PATCH 1/2] drm/amdgpu: make trace format uniform csv name=value Andres Rodriguez
     [not found]     ` <20170224182058.5810-2-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-25  9:33       ` Christian König
     [not found]         ` <08c72655-a04e-1524-33d4-178a6b76d20d-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-08 21:20           ` Alex Deucher
2017-02-24 18:20   ` [PATCH 2/2] drm/amdgpu: trace fence details in amdgpu_sched_run_job Andres Rodriguez
     [not found]     ` <20170224182058.5810-3-andresx7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-25  9:39       ` Christian König
     [not found]         ` <dbc8d447-2423-9524-4e38-e4b87022e4db-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-02-25 17:28           ` Andres Rodriguez
     [not found]             ` <CAFQ_0eET-ydfJyFthnGOR-3-q9ZD8dev=C0eM1dfZHC8vpyXWQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-26 10:54               ` Christian König
     [not found]                 ` <2044a656-bdd4-25b7-0710-48d4a8ed11f9-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-08 21:21                   ` Alex Deucher
     [not found]                     ` <CADnq5_OfX=-wAkcRMh3+C-UmypR8p3JMy0hhV+-qFmqdJd+YxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-08 21:25                       ` Andres Rodriguez
2017-03-08 21:35           ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.