aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/gen8_ppgtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29drm/i915/gtt: stop caching the scratch pageMatthew Auld1-2/+2
2021-10-22drm/i915/gtt: drop unneeded make_unshrinkableMatthew Auld1-1/+0
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-2/+3
2021-09-08drm/i915/gtt: add some flushing for the 64K GTT pathMatthew Auld1-0/+2
2021-07-14drm/i915/gtt: drop the page table optimisationMatthew Auld1-4/+1
2021-06-17drm/i915/gt: Add a routine to iterate over the pagetables of a GTTChris Wilson1-0/+49
2021-06-17drm/i915/gt: Add an insert_entry for gen8_ppgttChris Wilson1-0/+19
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-1/+1
2021-04-27drm/i915/gtt/dgfx: place the PD in LMEMMatthew Auld1-1/+4
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-16/+10
2021-04-27drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong1-1/+0
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTTMatthew Auld1-1/+11
2021-03-24drm/i915/gt: Add some missing blank lines after declarationChris Wilson1-0/+1
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-7/+6
2020-10-19drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson1-1/+2
2020-10-06drm/i915: Fix DMA mapped scatterlist walksTvrtko Ursulin1-7/+10
2020-09-07drm/i915/gt: Shrink i915_page_directory's slab bucketChris Wilson1-12/+14
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-37/+52
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-55/+23
2020-05-13drm/i915: Remove duplicate inline specifier on write_pteNathan Chancellor1-1/+1
2020-05-11drm/i915/gt: Force pte cacheline to main memoryMika Kuoppala1-2/+13
2020-03-03drm/i915/vgpu: improve vgpu abstractionsJani Nikula1-0/+1
2020-02-27drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio1-0/+26
2020-01-17drm/i915/userptr: fix size calculationMatthew Auld1-0/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-0/+723