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)
commit72e277759340dacdf3d68b0b2b4eae267e601d55
tree5187416c96978771d81f7f3d53d9f9cd28c32dbe
parent3148310792b64c1b79e8ce399afccad369d4b17a
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