Re: [PATCH v2 4/9] drm/i915/gt: Add an insert_entry for gen8_ppgtt
On 09/06/2021 07:34, Thomas Hellström wrote: From: Chris Wilson 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 Reviewed-by: Matthew Auld
[PATCH v2 4/9] drm/i915/gt: Add an insert_entry for gen8_ppgtt
From: Chris Wilson 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 --- drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/gen8_pp