]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/i915: Move common engine setup into intel_engine_cs.c
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 13 Jul 2016 15:03:40 +0000 (16:03 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 14 Jul 2016 10:17:20 +0000 (11:17 +0100)
commit88d2ba2e95c85554e12b5a342bd93dbc2adf7546
treefe3423d0361e0eaea97796f716aaeb6b14846237
parentacd2784562ae506137575c31136bef34dc642a2e
drm/i915: Move common engine setup into intel_engine_cs.c

Common code deserves to be put in a separate file from legacy and
execlists implementation for clarity and ease of maintenance.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Chris Wilson <chris-wilson.co.uk>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/intel_engine_cs.c [new file with mode: 0644]
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_lrc.h
drivers/gpu/drm/i915/intel_ringbuffer.h