aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2020-05-01drm/i915/gem: Use chained reloc batchesChris Wilson1-19/+115
2020-05-01drm/i915: Implement vm_ops->access for gdb access into mmapsChris Wilson2-0/+158
2020-05-01drm/i915/gem: Replace user_access_begin by user_write_access_beginChristophe Leroy1-2/+3
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson4-21/+19
2020-04-30drm/i915/selftests: Add tiled blits selftestZbigniew KempczyƄski1-0/+595
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-24drm/i915: Only close vma we openChris Wilson5-70/+24
2020-04-22drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson1-2/+18
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+0
2020-04-20drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-20drm/i915/gem: Remove object_is_locked assertion from unpin_from_display_planeChris Wilson1-6/+1
2020-04-09drm/i915: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-08drm/i915/stolen: prefer struct drm_device based loggingJani Nikula1-2/+2
2020-04-07drm/i915/gem: Promote 'remain' to unsigned longChris Wilson1-7/+6
2020-04-06drm/i915/gem: Wait until the context is finally retired before releasing enginesChris Wilson1-10/+6
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-04-06drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using reloc_gpuChris Wilson1-3/+12
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-03drm: delete drm_pci.hDaniel Vetter1-2/+0
2020-04-02drm/i915/gem: Utilize rcu iteration of context enginesChris Wilson1-28/+31
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson6-27/+3
2020-04-01drm/i915/gem: Try allocating va from free spaceChris Wilson1-25/+43
2020-03-31drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-03-30drm/i915/gem: Split eb_vma into its own allocationChris Wilson1-58/+73
2020-03-27drm/i915: Cast remain to unsigned long in eb_relocate_vmaNathan Chancellor1-1/+1
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson2-2/+2
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson1-1/+1
2020-03-25drm/i915: Immediately execute the fenced workChris Wilson1-1/+1
2020-03-23drm/i915/selftests: mark huge_gem_object as not shrinkableMatthew Auld1-2/+1
2020-03-23drm/i915: Rely on direct submission to the queueChris Wilson1-2/+0
2020-03-23drm/i915/gem: Avoid gem_context->mutex for simple vma lookupChris Wilson1-49/+87
2020-03-20drm/i915/gem: Check for a closed context when looking up an engineChris Wilson1-2/+6
2020-03-19drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson2-2/+2
2020-03-17drm/i915/perf: introduce global sseu pinningLionel Landwerlin2-5/+9
2020-03-17drm/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