From: Mika Kuoppala Date: Tue, 4 Dec 2012 13:12:00 +0000 (+0200) Subject: drm/i915: Add debugfs entry to read/write next_seqno X-Git-Tag: v3.9-rc1~83^2~40^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40633219a0ff4953601c7b2326f8faabc0171fd9;p=pandora-kernel.git drm/i915: Add debugfs entry to read/write next_seqno This is needed for testing seqno wrapping. Be careful to not bump next_seqno more than 0x7FFFFFFF at a time (between some handled requests) as i915_seqno_passed() can't handle bigger difference in between. v2: Address review comments from Chris Wilson. Signed-off-by: Mika Kuoppala Acked-by: Chris Wilson [danvet: Squash in fixup to properly remove the debugfs file on driver unload again.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed