summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...Dave Airlie25-613/+2003
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-11/+0
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang1-1/+1
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
2021-12-02Merge tag 'drm-intel-next-2021-11-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström1-23/+112
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin2-2/+2
2021-12-01drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost1-1/+1
2021-11-30drm/i915: Remove dma_resv_pruneMaarten Lankhorst2-11/+0
2021-11-26drm/i915/gemfs: don't mark huge_opt as staticMatthew Auld1-2/+1
2021-11-25drm/i915: Remove dma_resv_pruneMaarten Lankhorst2-11/+0
2021-11-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2-91/+40
2021-11-25drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronousThomas Hellström2-12/+30
2021-11-25drm/i915/ttm: Implement asynchronous TTM movesThomas Hellström4-32/+348
2021-11-25drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström3-1/+8
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström5-8/+10
2021-11-25drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström5-69/+56
2021-11-25drm/i915: Add support for moving fence waitingMaarten Lankhorst3-0/+64
2021-11-24Revert "drm/i915/dmabuf: fix broken build"Tvrtko Ursulin1-7/+0
2021-11-23drm/i915/ttm: fixup build failureMatthew Auld1-1/+1
2021-11-23drm/i915/gem: placate scripts/kernel-docRandy Dunlap1-3/+4
2021-11-22Merge drm/drm-next into drm-intel-nextJani Nikula1-0/+5
2021-11-22drm/i915/ttm: Fix error code in i915_ttm_eviction_valuable()Dan Carpenter1-1/+1
2021-11-22Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-0/+5
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst1-2/+2
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst1-18/+26
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+5
2021-11-17drm/i915: use new iterator in i915_gem_object_wait_reservationChristian König1-44/+19
2021-11-17drm/i915: use new iterator in i915_gem_object_wait_priorityChristian König1-25/+6
2021-11-17drm/i915: use the new iterator in i915_gem_busy_ioctl v2Christian König1-21/+14
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
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-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
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-29Merge drm/drm-next into drm-intel-nextJani Nikula13-288/+947
2021-10-28drm/i915/dmabuf: fix broken buildMatthew Auld1-0/+7
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
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