summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)Author
2022-02-14drm/i915/ttm: tweak priority hint selectionMatthew Auld
2022-02-07drm/i915/ttm: Return some errors instead of trying memcpy moveThomas Hellström
2022-01-31drm/i915: Lock timeline mutex directly in error path of eb_pin_timelineMatthew Brost
2022-01-25drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-10drm/i915/ttm: ensure we unmap when purgingMatthew Auld
2022-01-10drm/i915/ttm: add unmap_virtual callbackMatthew Auld
2022-01-10drm/i915/ttm: only fault WILLNEED objectsMatthew Auld
2022-01-10drm/i915: don't call free_mmap_offset when purgingMatthew Auld
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-12-23drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström
2021-12-22drm/i915: remove questionable fence optimization during copyChristian König
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst
2021-12-21drm/i915: Require object lock when freeing pages during destructionMaarten Lankhorst
2021-12-21drm/i915: Trylock the object when shrinkingMaarten Lankhorst
2021-12-20drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst
2021-12-20drm/i915: Change shrink ordering to use locking around unbinding.Maarten Lankhorst
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-12-17Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie
2021-12-14drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi
2021-12-14drm/i915/ttm: fix large buffer population trucationRobert Beckett
2021-12-14drm/i915: Exclude reserved stolen from driver useChris Wilson
2021-12-10Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-12-10Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-12-09drm/i915/xehpsdv: set min page-size to 64KMatthew Auld
2021-12-09Merge drm/drm-next into drm-intel-nextJani Nikula
2021-12-08drm/i915: Skip remap_io_mapping() for non-x86 platformsSiva Mullati
2021-12-08drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter
2021-12-07drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter
2021-12-02Merge tag 'drm-intel-next-2021-11-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström
2021-12-01drm/i915: Use per device iommu checkTvrtko Ursulin
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost
2021-11-30drm/i915: Remove dma_resv_pruneMaarten Lankhorst
2021-11-26drm/i915/gemfs: don't mark huge_opt as staticMatthew Auld
2021-11-25drm/i915: Remove dma_resv_pruneMaarten Lankhorst
2021-11-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-25drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronousThomas Hellström
2021-11-25drm/i915/ttm: Implement asynchronous TTM movesThomas Hellström
2021-11-25drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström
2021-11-25drm/i915/ttm: Drop region reference countingThomas Hellström
2021-11-25drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström
2021-11-25drm/i915: Add support for moving fence waitingMaarten Lankhorst