From: John Harrison Date: Mon, 24 Nov 2014 18:49:39 +0000 (+0000) Subject: drm/i915: Convert 'trace_irq' to use requests rather than seqnos X-Git-Tag: fixes-v4.0-rc1~91^2~43^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581c26e8a26482eb9d8072a35978034e2dd16b9d;p=pandora-kernel.git drm/i915: Convert 'trace_irq' to use requests rather than seqnos Updated the trace_irq code to use requests instead of seqnos. This includes reference counting the request object to ensure it sticks around when required. Note that getting access to the reference counting functions means moving the inline i915_trace_irq_get() function from intel_ringbuffer.h to i915_drv.h. For: VIZ-4377 Signed-off-by: John Harrison Reviewed-by: Thomas Daniel [danvet: Resolve conflict due to shuffled merge order.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed