]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move intel_engine_context_in/out into intel_lrc.c
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Fri, 25 Oct 2019 09:09:52 +0000 (10:09 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Fri, 25 Oct 2019 12:22:04 +0000 (13:22 +0100)
commit344b993b93dc01e15977ec2a29b67972ab89fabd
tree9ee26da9a35c1359bc4fc551a5a005e51c650dc8
parent8f92742523b81bffcd4334aa1804aa2b5f7c5148
drm/i915: Move intel_engine_context_in/out into intel_lrc.c

Intel_lrc.c is the only caller and so to avoid some header file ordering
issues in future patches move these two over there.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191025090952.10135-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/gt/intel_engine.h
drivers/gpu/drm/i915/gt/intel_lrc.c