]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Convert 'ring_idle()' to use requests not seqnos
authorJohn Harrison <John.C.Harrison@Intel.com>
Mon, 24 Nov 2014 18:49:40 +0000 (18:49 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Dec 2014 08:35:21 +0000 (09:35 +0100)
commitf9188f00e7cdbbfb18e4929bdd1ff0f069708f15
treed8d016e6d244a8cf628c99f0386e85ce2d20b4ea
parent83b47d18e4231828b4a10b07ebeab7b4b404177a
drm/i915: Convert 'ring_idle()' to use requests not seqnos

More seqno value to request structure conversions. Note, this change temporarily
moves the 'get_seqno()' call inside ring_idle() but this will disappear again in
a later patch when i915_seqno_passed() itself is converted.

For: VIZ-4377
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Thomas Daniel <Thomas.Daniel@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c