aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson1-0/+3
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-0/+12
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula1-6/+24
2022-03-30drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin1-0/+12
2022-03-22drm/i915/gt: replace cache_clflush_rangeMichael Cheng1-1/+1
2022-03-09drm/i915/gtt: reduce overzealous alignment constraints for GGTTMatthew Auld1-1/+2
2022-03-08drm/i915/gtt: reduce overzealous alignment constraints for GGTTMatthew Auld1-1/+2
2022-03-07drm/i915: Remove the vm open countThomas Hellström1-15/+39
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström1-6/+11
2022-02-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-0/+2
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-0/+4
2022-02-19drm/i915: enforce min GTT alignment for discrete cardsMatthew Auld1-0/+12
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-0/+1
2022-01-18Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-0/+1
2022-01-11drm/i915: Use vma resources for async unbindingThomas Hellström1-0/+4
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-14/+13
2021-12-20drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.Maarten Lankhorst1-13/+0
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-0/+1
2021-12-09drm/i915: enforce min page size for scratchMatthew Auld1-0/+12
2021-12-09drm/i915/gtt/xehpsdv: move scratch page to system memoryMatthew Auld1-1/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-10-29drm/i915/gtt: flush the scratch pageMatthew Auld1-0/+3
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-1/+2
2021-09-06drm/i915: Stop rcu support for i915_address_spaceDaniel Vetter1-3/+3
2021-07-29drm/i915/gt: remove GRAPHICS_VER == 10Lucas De Marchi1-3/+3
2021-06-30drm/i915/gtt: ignore min_page_size for paging structuresMatthew Auld1-1/+13
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-7/+7
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström1-8/+37
2021-04-29drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst1-1/+16
2021-04-27drm/i915/gtt/dgfx: place the PD in LMEMMatthew Auld1-3/+27
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-26/+22
2021-03-24drm/i915: Use a single page table lock for each gtt.Maarten Lankhorst1-1/+37
2021-03-24drm/i915: Move pinning to inside engine_wa_list_verify()Maarten Lankhorst1-1/+13
2020-12-21drm/i915/gt: Provide a utility to create a scratch bufferChris Wilson1-0/+29
2020-10-15drm/i915: Enable eLLC caching of display buffers for SKL+Ville Syrjälä1-2/+8
2020-09-07drm/i915/gt: Switch to object allocations for page directoriesChris Wilson1-243/+57
2020-02-28drm/i915/gt: Pull marking vm as closed underneath the vm->mutexChris Wilson1-1/+4
2020-02-27drm/i915/ggtt: do not set bits 1-11 in gen12 ptesDaniele Ceraolo Spurio1-24/+0
2020-01-24drm/i915/gt: Poison GTT scratch pagesChris Wilson1-0/+30
2020-01-22drm/i915/gt: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-3/+3
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-0/+598