aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst1-18/+26
2021-11-11drm/i915/ttm: Fix illegal addition to shrinker listThomas Hellström1-10/+21
2021-11-05drm/i915/selftests: Rework context handling in hugepages selftestsMaarten Lankhorst1-48/+80
2021-11-05drm/i915/ttm: Failsafe migration blitsThomas Hellström3-56/+298
2021-11-05drm/i915/ttm: Reorganize the ttm move codeThomas Hellström4-280/+429
2021-11-02drm/i915/dmabuf: drop the flush on discreteMatthew Auld1-2/+13
2021-11-02drm/i915: stop setting cache_dirty on discreteMatthew Auld4-3/+22
2021-11-02drm/i915: move cpu_write_needs_clflushMatthew Auld2-13/+14
2021-11-02drm/i915/clflush: disallow on discreteMatthew Auld1-2/+3
2021-11-02drm/i915/clflush: fixup handling of cache_dirtyMatthew Auld1-1/+9
2021-11-01drm/i915: Introduce refcounted sg-tablesThomas Hellström4-113/+141
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-25drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song1-2/+2
2021-10-22drm/i915/ttm: enable shmem tt backendMatthew Auld1-1/+2
2021-10-22drm/i915/ttm: use cached system pages when evicting lmemMatthew Auld1-4/+4
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld5-22/+137
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld2-1/+54
2021-10-22drm/i915: drop unneeded make_unshrinkable in free_objectMatthew Auld1-9/+0
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld6-42/+247
2021-10-22drm/i915/gem: Break out some shmem backend utilsThomas Hellström1-75/+106
2021-10-22Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-4/+3
2021-10-22drm/i915/dmabuf: fix broken buildMatthew Auld1-0/+7
2021-10-22Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie13-288/+947
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld1-0/+2
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld2-0/+38
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld1-0/+12
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld1-1/+4
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld1-1/+5
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld3-16/+28
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-15drm/i915: Enable multi-bb execbufMatthew Brost1-3/+0
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost2-13/+49
2021-10-15drm/i915: Multi-BB execbufMatthew Brost1-239/+544
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost2-5/+241
2021-10-12drm/i915: Stop using I915_TILING_* in client blit selftestMatt Roper1-11/+18
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie26-497/+1041
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi2-2/+2
2021-10-05drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost1-1/+4
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta1-1/+1
2021-10-04drm/i915/pxp: start the arb session on demandDaniele Ceraolo Spurio1-1/+3
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio9-35/+204
2021-10-01drm/i915/ttm: Rework object initialization slightlyThomas Hellström3-20/+64
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-3/+3
2021-09-29drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst1-2/+5
2021-09-24drm/i915/selftests: exercise shmem_writeback with THPMatthew Auld1-1/+2
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström5-9/+17
2021-09-24drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström2-7/+13