]> Git Repo - linux.git/commit
drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
authorChris Wilson <[email protected]>
Tue, 30 Jul 2019 14:32:08 +0000 (15:32 +0100)
committerChris Wilson <[email protected]>
Tue, 30 Jul 2019 15:09:32 +0000 (16:09 +0100)
commitc082afac86cb31e2a5843336e81a9b89e3b0d664
treeeb0c30cf18f52b816b5716e463919c44b192480e
parenta56277216637c359e9125b9c16be09f21ed2a395
drm/i915: Move aliasing_ppgtt underneath its i915_ggtt

The aliasing_ppgtt provides a PIN_USER alias for the global gtt, so move
it under the i915_ggtt to simplify later transformations to enable
intel_context.vm.

Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gem/i915_gem_context.c
drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c
drivers/gpu/drm/i915/gt/intel_ringbuffer.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/i915_vma.c
This page took 0.056537 seconds and 4 git commands to generate.