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)
commit57f275a22b0812b140bf2e581f5e9855f27b78f1
tree7f8a6b3608946cc96a4dc86ad775e4661b6549d7
parentadc320c4b70916c7bed1420c912b83eb0c2b2c24
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