]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Extract context backing object allocation
authorOscar Mateo <oscar.mateo@intel.com>
Thu, 3 Jul 2014 15:27:58 +0000 (16:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Jul 2014 10:30:31 +0000 (12:30 +0200)
commit8813c2e6def60d69589549f325d1456c65b3f62c
tree82159303e3446a68e61f3432247754e4425ad918
parent823759dc71dd9318c6016b2b550c8a2dc499b1ed
drm/i915: Extract context backing object allocation

This is preparatory work for Execlists: we plan to use it later to
allocate our own context objects (since Logical Ring Contexts do
not have the same kind of backing objects).

No functional changes.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c