summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-1/+1
|\
| * drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter2020-03-021-1/+1
| * drm/i915/gem: Break up long lists of object reclaimChris Wilson2020-03-021-0/+1
| * drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson2020-02-261-3/+1
| * drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-182-51/+50
| * drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson2020-02-171-0/+16
| * Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-145-60/+142
| |\
| | * drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-02-122-30/+21
| | * drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson2020-02-113-29/+85
| | * drm/i915/gem: Take local vma references for the parserChris Wilson2020-02-101-1/+36
| * | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-3039-1230/+2013
| |\|
| * | drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin2020-01-211-6/+6
| * | drm/i915/userptr: fix size calculationMatthew Auld2020-01-211-4/+5
| * | drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-235-6/+52
| * | drm/i915: Fix pid leak with banned clientsTvrtko Ursulin2019-12-181-2/+1
| * | drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-181-0/+2
* | | drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECUREChris Wilson2020-02-251-1/+2
* | | drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson2020-02-221-3/+1
* | | drm/i915/gem: Break up long lists of object reclaimChris Wilson2020-02-211-0/+1
* | | drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio2020-02-201-1/+1
* | | drm/i915/gem: use spinlock_t instead of struct spinlockJani Nikula2020-02-191-1/+1
* | | drm/i915/selftests: Avoid choosing zero for phys_szChris Wilson2020-02-121-2/+4
* | | drm/i915/gem: Don't leak non-persistent requests on changing enginesChris Wilson2020-02-112-9/+126
* | | drm/i915: Skip CPU synchronisation on dmabuf attachmentsChris Wilson2020-02-111-2/+6
* | | drm/i915/selftests: Trim blitter block sizeChris Wilson2020-02-101-26/+46
* | | drm/i915/selftests: Disable capturing forced error statesChris Wilson2020-02-101-0/+1
* | | drm/i915: Never allow userptr into the new mapping typesJanusz Krzysztofik2020-02-084-6/+5
* | | drm/i915/gt: Only ignore already reset requestsChris Wilson2020-02-071-1/+1
* | | drm/i915/selftests: drop igt_ppgtt_exhaust_hugeMatthew Auld2020-02-071-102/+0
* | | drm/i915/display: Be explicit in handling the preallocated vmaChris Wilson2020-02-052-68/+15
* | | drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-042-51/+50
* | | drm/i915/gt: Pull sseu context updates under gtChris Wilson2020-02-041-85/+0
* | | drm/i915/selftest: Ensure string fits within name[]Chris Wilson2020-02-041-1/+1
* | | drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson2020-01-311-0/+16
* | | drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2020-01-302-30/+21
* | | drm/i915/selftests: Lock the drm_mm as we searchChris Wilson2020-01-281-3/+6
* | | drm/i915: Skip capturing errors from internal contextsChris Wilson2020-01-281-0/+2
* | | drm/i915: Remove 'prefault_disable' modparamChris Wilson2020-01-271-3/+0
* | | drm/i915/gem: manual conversion to struct drm_device logging macros.Wambui Karuga2020-01-273-28/+40
* | | drm/i915/gem: initial conversion to new logging macros using coccinelleWambui Karuga2020-01-273-50/+70
* | | drm/i915/gt: Poison GTT scratch pagesChris Wilson2020-01-241-38/+116
* | | drm/i915/gem: Prevent NULL pointer dereference on missing ctx->vmChris Wilson2020-01-241-4/+4
* | | drm/i915/gem: Convert vm idr to xarrayChris Wilson2020-01-221-53/+24
* | | drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-224-13/+21
* | | drm/i915/gem: Store mmap_offsets in an rbtree rather than a plain listChris Wilson2020-01-203-29/+85
* | | drm/i915: Align engine->uabi_class/instance with i915_drm.hTvrtko Ursulin2020-01-201-6/+6
* | | drm/i915/userptr: fix size calculationMatthew Auld2020-01-171-4/+5
* | | drm/i915/userptr: add user_size limit checkMatthew Auld2020-01-171-0/+17
* | | drm/i915/gem: Take local vma references for the parserChris Wilson2020-01-141-1/+36
| |/ |/|
* | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-093-153/+0
|\ \