summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gtt.c
AgeCommit message (Expand)AuthorFilesLines
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