summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/gen8_ppgtt.c
AgeCommit message (Expand)Author
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström
2021-09-08drm/i915/gtt: add some flushing for the 64K GTT pathMatthew Auld
2021-07-14drm/i915/gtt: drop the page table optimisationMatthew Auld
2021-06-17drm/i915/gt: Add a routine to iterate over the pagetables of a GTTChris Wilson
2021-06-17drm/i915/gt: Add an insert_entry for gen8_ppgttChris Wilson
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-04-27drm/i915/gtt/dgfx: place the PD in LMEMMatthew Auld
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld
2021-04-27drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTTMatthew Auld
2021-03-24drm/i915/gt: Add some missing blank lines after declarationChris Wilson
2021-01-14drm/i915/gt: Prune inlinesChris Wilson
2020-10-19drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson
2020-10-06drm/i915: Fix DMA mapped scatterlist walksTvrtko Ursulin
2020-09-07drm/i915/gt: Shrink i915_page_directory's slab bucketChris Wilson
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson
2020-05-13drm/i915: Remove duplicate inline specifier on write_pteNathan Chancellor
2020-05-11drm/i915/gt: Force pte cacheline to main memoryMika Kuoppala
2020-03-03drm/i915/vgpu: improve vgpu abstractionsJani Nikula
2020-02-27drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio
2020-01-17drm/i915/userptr: fix size calculationMatthew Auld
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld