]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move common seqno reset to intel_engine_cs.c
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Aug 2016 09:49:00 +0000 (10:49 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Aug 2016 10:01:08 +0000 (11:01 +0100)
commita8d59ab7f0dc4abe7c60552dfdeee808ebe14fcb
tree7f8a6b3608946cc96a4dc86ad775e4661b6549d7
parent9d46bfb2d41a7a1a0cd725cb3e1f2a586fa9edc5
drm/i915: Move common seqno reset to intel_engine_cs.c

Since the intel_engine_init_seqno() is shared by all engine submission
backends, move it out of the legacy intel_ringbuffer.c and
into the new home for common routines, intel_engine_cs.c

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1471254551-25805-21-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_engine_cs.c
drivers/gpu/drm/i915/intel_ringbuffer.c