All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v2 0/3] drm/i915: Trace point callbacks for kernel validation
@ 2014-07-16 16:22 daniele.ceraolospurio
  2014-07-16 16:22 ` [RFC v2 1/3] drm/i915: Add ppgtt init/release trace points daniele.ceraolospurio
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: daniele.ceraolospurio @ 2014-07-16 16:22 UTC (permalink / raw)
  To: intel-gfx

From: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>

The callbacks are useful for validation because they can be used to extract 
real-time information from the kernel.

v2: duplicate the i915_gem_ring_dispatch trace instead of modifying the 
existing one.

I plan to resubmit these patches together with an igt test and a kernel module
that uses the callbacks (as requested), but before doing that I wanted to be 
sure that I've correctly addressed all the comments.

Daniele Ceraolo Spurio (3):
  drm/i915: Add ppgtt init/release trace points
  drm/i915: duplicate i915_gem_ring_dispatch trace and add ctx parameter
  drm/i915: Trace point callbacks for validation

 drivers/gpu/drm/i915/i915_gem_context.c    |  9 +++
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  5 ++
 drivers/gpu/drm/i915/i915_trace.h          | 90 ++++++++++++++++++++++++++++++
 3 files changed, 104 insertions(+)

-- 
1.8.5.2

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

end of thread, other threads:[~2014-07-30 12:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 16:22 [RFC v2 0/3] drm/i915: Trace point callbacks for kernel validation daniele.ceraolospurio
2014-07-16 16:22 ` [RFC v2 1/3] drm/i915: Add ppgtt init/release trace points daniele.ceraolospurio
2014-07-16 16:22 ` [RFC v2 2/3] drm/i915: duplicate i915_gem_ring_dispatch trace and add ctx parameter daniele.ceraolospurio
2014-07-17 16:25   ` Chris Wilson
2014-07-18  9:43     ` Ceraolo Spurio, Daniele
2014-07-18 13:23       ` Daniel Vetter
2014-07-30 12:34       ` Ceraolo Spurio, Daniele
2014-07-16 16:22 ` [RFC v2 3/3] drm/i915: Trace point callbacks for validation daniele.ceraolospurio

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.