]> 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)
commitde6b13888b29093ad17f7328cd71c2f2cce4d047
tree5187416c96978771d81f7f3d53d9f9cd28c32dbe
parent5ce8c931bb2729117783d1ff58af6fb873850f2e
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