aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gem (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-27drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson1-2/+18
2020-04-27drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-06drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson2-2/+2
2020-03-20drm/i915/gem: Check for a closed context when looking up an engineChris Wilson1-2/+6
2020-03-13drm/i915: Add Wa_1209644611:icl,ehlMatt Roper1-1/+13
2020-03-12drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson1-0/+1
2020-03-12drm/i915/selftests: Use igt_random_offset()Chris Wilson1-5/+4
2020-03-12drm/i915/gem: Drop relocation slowpathChris Wilson1-235/+4
2020-03-11drm/i915/gem: Take a copy of the engines for context_barrier_taskChris Wilson1-37/+77
2020-03-11drm/i915/gem: Mark up sw-fence notify functionChris Wilson1-2/+2
2020-03-11drm/i915/gem: Mark up the racy read of the mmap_singletonChris Wilson1-1/+1
2020-03-06drm/i915/gem: Limit struct_mutex to eb_reserveChris Wilson1-31/+20
2020-03-06drm/i915: be more solid in checking the alignmentMatthew Auld1-1/+2
2020-03-06drm/i915/phys: unconditionally call release_memory_regionAbdiel Janulgue1-3/+4
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson5-10/+11
2020-03-03drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctlChris Wilson1-65/+42
2020-03-03drm/i915/gem: Extract transient execbuf flags from i915_vmaChris Wilson1-146/+131
2020-03-03drm/i915: Drop inspection of execbuf flags during evictChris Wilson1-8/+8
2020-03-03drm/i915/gem: Check that the context wasn't closed during setupChris Wilson1-1/+67
2020-03-03drm/i915/gem: Consolidate ctx->engines[] releaseChris Wilson3-92/+105
2020-03-03drm/i915/vgpu: improve vgpu abstractionsJani Nikula1-0/+1
2020-02-28drm/i915/selftests: Fix return in assert_mmap_offset()Dan Carpenter1-1/+1
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula7-11/+0
2020-02-25drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissionsChris Wilson1-7/+14
2020-02-25drm/i915: Allow userspace to specify ringsize on constructionChris Wilson1-8/+102
2020-02-25drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECUREChris Wilson1-1/+2
2020-02-22drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson1-3/+1
2020-02-21drm/i915/gem: Break up long lists of object reclaimChris Wilson1-0/+1
2020-02-20drm/i915/guc: Kill USES_GUC_SUBMISSION macroDaniele Ceraolo Spurio1-1/+1
2020-02-19drm/i915/gem: use spinlock_t instead of struct spinlockJani Nikula1-1/+1
2020-02-12drm/i915/selftests: Avoid choosing zero for phys_szChris Wilson1-2/+4
2020-02-11drm/i915/gem: Don't leak non-persistent requests on changing enginesChris Wilson2-9/+126
2020-02-11drm/i915: Skip CPU synchronisation on dmabuf attachmentsChris Wilson1-2/+6
2020-02-10drm/i915/selftests: Trim blitter block sizeChris Wilson1-26/+46
2020-02-10drm/i915/selftests: Disable capturing forced error statesChris Wilson1-0/+1
2020-02-08drm/i915: Never allow userptr into the new mapping typesJanusz Krzysztofik4-6/+5
2020-02-07drm/i915/gt: Only ignore already reset requestsChris Wilson1-1/+1
2020-02-07drm/i915/selftests: drop igt_ppgtt_exhaust_hugeMatthew Auld1-102/+0
2020-02-05drm/i915/display: Be explicit in handling the preallocated vmaChris Wilson2-68/+15
2020-02-04drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2-51/+50
2020-02-04drm/i915/gt: Pull sseu context updates under gtChris Wilson1-85/+0
2020-02-04drm/i915/selftest: Ensure string fits within name[]Chris Wilson1-1/+1
2020-01-31drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson1-0/+16
2020-01-30drm/i915/gem: Tighten checks and acquiring the mmap objectChris Wilson2-30/+21
2020-01-28drm/i915/selftests: Lock the drm_mm as we searchChris Wilson1-3/+6
2020-01-28drm/i915: Skip capturing errors from internal contextsChris Wilson1-0/+2
2020-01-27drm/i915: Remove 'prefault_disable' modparamChris Wilson1-3/+0
2020-01-27drm/i915/gem: manual conversion to struct drm_device logging macros.Wambui Karuga3-28/+40