]> git.karo-electronics.de Git - linux-beck.git/commit
drm/i915: Move intel_lrc_context_pin() to avoid the forward declaration
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 18 Dec 2016 15:37:19 +0000 (15:37 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 18 Dec 2016 16:18:49 +0000 (16:18 +0000)
commitef11c01db405b49d96a0ab2689807ea33ae85dd6
treeaec390c12513e45f2f0d3c0232445b6750beaa14
parent81147b07f27600925fb7af1390686830abbc6034
drm/i915: Move intel_lrc_context_pin() to avoid the forward declaration

Just a simple move to avoid a forward declaration, though the diff likes
to present itself as a move of intel_logical_ring_alloc_request_extras()
in the opposite direction.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161218153724.8439-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c