OSDN Git Service

drm/i915: Move the common engine cleanup to intel_engine_cs.c
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Aug 2016 12:19:16 +0000 (13:19 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Aug 2016 13:01:12 +0000 (14:01 +0100)
commit96a945aa4267b4b16f4ddace7d03775fd8752c9e
tree937417fe5fd0233346dc0b3245e95c039d574929
parentad7bdb2b99273b9fc7eb2dbf47b8d02b364d470e
drm/i915: Move the common engine cleanup to intel_engine_cs.c

Now that we initialize the state to both legacy and execlists inside
intel_engine_cs, we should also clean up that state from the common
functions.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470226756-24401-1-git-send-email-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/intel_engine_cs.c
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h