summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/ttm: Return some errors instead of trying memcpy moveThomas Hellström2022-02-071-4/+10
* drm/i915: Lock timeline mutex directly in error path of eb_pin_timelineMatthew Brost2022-01-311-2/+7
* drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin2022-01-252-0/+11
* Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-165-16/+34
|\
| * drm/i915/ttm: ensure we unmap when purgingMatthew Auld2022-01-101-1/+15
| * drm/i915/ttm: add unmap_virtual callbackMatthew Auld2022-01-104-14/+14
| * drm/i915/ttm: only fault WILLNEED objectsMatthew Auld2022-01-101-0/+5
| * drm/i915: don't call free_mmap_offset when purgingMatthew Auld2022-01-101-1/+0
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-1034-814/+1984
|\|
| * Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie2021-12-2420-393/+235
| |\
| | * drm/i915: Use trylock instead of blocking lock for __i915_gem_free_objects.Maarten Lankhorst2021-12-231-4/+10
| | * drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström2021-12-221-1/+49
| | * drm/i915: Break out the i915_deps utilityThomas Hellström2021-12-222-187/+1
| | * drm/i915: remove questionable fence optimization during copyChristian König2021-12-221-29/+14
| | * drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström2021-12-222-96/+50
| | * drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst2021-12-213-5/+9
| | * drm/i915: Require object lock when freeing pages during destructionMaarten Lankhorst2021-12-211-0/+5
| | * drm/i915: Trylock the object when shrinkingMaarten Lankhorst2021-12-211-0/+6
| | * drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.Maarten Lankhorst2021-12-201-24/+35
| | * drm/i915: Change shrink ordering to use locking around unbinding.Maarten Lankhorst2021-12-201-20/+18
| | * drm/i915/gem: Use to_gt() helperMichał Winiarski2021-12-1715-50/+55
| | * drm/i915: replace X86_FEATURE_PAT with pat_enabled()Lucas De Marchi2021-12-142-6/+5
| | * drm/i915/ttm: fix large buffer population trucationRobert Beckett2021-12-141-1/+1
| | * drm/i915: Exclude reserved stolen from driver useChris Wilson2021-12-141-0/+3
| | * drm/i915/xehpsdv: set min page-size to 64KMatthew Auld2021-12-091-1/+5
| * | Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2021-12-171-0/+1
| |\ \
| | * \ Merge drm/drm-next into drm-intel-nextJani Nikula2021-12-092-91/+40
| | |\ \
| | * | | drm/i915: Skip remap_io_mapping() for non-x86 platformsSiva Mullati2021-12-081-0/+1
| * | | | Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm...Dave Airlie2021-12-1025-613/+2003
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915/selftests: Follow up on increase timeout in i915_gem_contexts selftestsBruce Chang2021-12-071-1/+1
| | * | | drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter2021-12-031-0/+1
| | * | | drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström2021-12-011-23/+112
| | * | | drm/i915: Use per device iommu checkTvrtko Ursulin2021-12-012-2/+2
| | * | | drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost2021-11-301-1/+1
| | * | | drm/i915/gemfs: don't mark huge_opt as staticMatthew Auld2021-11-261-2/+1
| | * | | drm/i915: Remove dma_resv_pruneMaarten Lankhorst2021-11-252-11/+0
| | * | | Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2021-11-252-91/+40
| | |\ \ \
| | * | | | drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronousThomas Hellström2021-11-252-12/+30
| | * | | | drm/i915/ttm: Implement asynchronous TTM movesThomas Hellström2021-11-254-32/+348
| | * | | | drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström2021-11-253-1/+8
| | * | | | drm/i915/ttm: Drop region reference countingThomas Hellström2021-11-255-8/+10
| | * | | | drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström2021-11-255-69/+56
| | * | | | drm/i915: Add support for moving fence waitingMaarten Lankhorst2021-11-253-0/+64
| | * | | | Revert "drm/i915/dmabuf: fix broken build"Tvrtko Ursulin2021-11-241-7/+0
| | * | | | drm/i915/ttm: fixup build failureMatthew Auld2021-11-231-1/+1
| | * | | | drm/i915/gem: placate scripts/kernel-docRandy Dunlap2021-11-231-3/+4
| | * | | | drm/i915/ttm: Fix error code in i915_ttm_eviction_valuable()Dan Carpenter2021-11-221-1/+1
| | * | | | Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin2021-11-221-0/+5
| | |\ \ \ \
| | * | | | | drm/i915: Remove resv from i915_vmaMaarten Lankhorst2021-11-191-2/+2
| | * | | | | drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst2021-11-191-18/+26