drm/i915/gt: Add an insert_entry for gen8_ppgtt
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 17 Jun 2021 06:30:10 +0000 (08:30 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 17 Jun 2021 13:23:02 +0000 (14:23 +0100)
commit0dcd6fdf3b4be20995d8d35198ac252833613ab9
treee8bf971f6a2d77f0a002ba806c7d5322a90f2828
parent3b86eb82dc2c9989ca6e53cb597a2a1390c64d12
drm/i915/gt: Add an insert_entry for gen8_ppgtt

In the next patch, we will want to write a PTE for an explicit
dma address, outside of the usual vma.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210617063018.92802-5-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/gt/gen8_ppgtt.c