aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ppgtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-5/+8
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-3/+3
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström1-1/+1
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-4/+3
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+4
2021-03-24drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTTMatthew Auld1-0/+4
2021-03-24drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst1-1/+2
2021-03-11Merge drm/drm-next into drm-intel-nextJani Nikula1-1/+1
2021-02-02drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-1/+1
2020-09-07drm/i915/gt: Shrink i915_page_directory's slab bucketChris Wilson1-7/+24
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-11/+31
2020-09-07drm/i915: Preallocate stashes for vma page-directoriesChris Wilson1-12/+71
2020-07-03drm/i915: Export ppgtt_bind_vmaChris Wilson1-10/+9
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-0/+218