]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove i915_gem_context_create_gvt()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Aug 2019 18:25:15 +0000 (19:25 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Aug 2019 19:18:30 +0000 (20:18 +0100)
commit636594222361e79424c3d6d66624f798a7adcf01
tree5187416c96978771d81f7f3d53d9f9cd28c32dbe
parentd5648d285eae9e37cdf9ea4aeb42844e75673ca5
drm/i915: Remove i915_gem_context_create_gvt()

As we are phasing out using the GEM context for internal clients that
need to manipulate logical context state directly, remove the
constructor for the GVT context. We are not using it for anything other
than default setup and allocation of an i915_ppgtt.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190809182518.20486-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_context.c
drivers/gpu/drm/i915/gem/i915_gem_context.h
drivers/gpu/drm/i915/gvt/scheduler.c