]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove early l3-remap
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Apr 2016 08:56:44 +0000 (09:56 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Apr 2016 11:17:32 +0000 (12:17 +0100)
commitbd5ea801cee143244165ce2e9788f8048f5dd303
tree3fad0951e4f5c41ecadbd3751ffe904d3d676917
parent009989e603eb710191581588624f7227f479f0db
drm/i915: Remove early l3-remap

Since we do the l3-remap on context switch, we can remove the redundant
early call to set the mapping prior to performing the first context
switch.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461833819-3991-10-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_context.c