summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/gen6_ppgtt.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11drm/i915: use pat_index instead of cache_levelFei Yang1-4/+6
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson1-8/+8
2022-03-07drm/i915: Remove the vm open countThomas Hellström1-1/+1
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi1-9/+10
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+2
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-80/+71
2022-01-12drm/i915/gt: Move engine registers to their own headerMatt Roper1-0/+1
2022-01-11drm/i915: Use the vma resource as argument for gtt binding / unbindingThomas Hellström1-9/+10
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst1-15/+0
2021-12-09drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld1-0/+1
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst1-53/+70
2021-11-05drm/i915: Remove gen6_ppgtt_unpin_allMaarten Lankhorst1-11/+0
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-1/+1
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-1/+1
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-7/+4
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-3/+3
2021-01-14drm/i915/gt: Reapply ppgtt enabling after engine resetsChris Wilson1-9/+0
2020-10-19drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson1-6/+12
2020-10-06drm/i915: Fix DMA mapped scatterlist walksTvrtko Ursulin1-3/+3
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-2/+2
2020-09-07drm/i915/gt: Shrink i915_page_directory's slab bucketChris Wilson1-5/+6
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-26/+27
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-26/+14
2020-07-09drm/i915/gt: Optimise aliasing-ppgtt allocationsChris Wilson1-6/+9
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson1-3/+4
2020-01-17drm/i915/userptr: fix size calculationMatthew Auld1-0/+1
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-0/+482