summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/gen8_ppgtt.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11drm/i915: use pat_index instead of cache_levelFei Yang1-42/+42
2023-05-11drm/i915: preparation for using PAT indexFei Yang1-0/+6
2023-04-28drm/i915: Use correct huge page manager for MTLJonathan Cavitt1-1/+2
2023-04-25drm/i915/mtl: Add PTE encode functionFei Yang1-7/+38
2022-10-14drm/i915: enable PS64 support for DG2Matthew Auld1-36/+45
2022-09-27drm/i915/gt: Move scratch page into system memory on all platformsChris Wilson1-21/+22
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson1-28/+30
2022-03-22drm/i915/gt: replace cache_clflush_rangeMichael Cheng1-6/+6
2022-02-19drm/i915/gtt: add xehpsdv_ppgtt_insert_entryMatthew Auld1-2/+48
2022-02-19drm/i915: support 64K GTT pages for discrete cardsMatthew Auld1-3/+105
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-18/+19
2021-12-09drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld1-2/+21
2021-12-06drm/i915: Introduce new macros for i915 PTEMichael Cheng1-3/+3
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