summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-10/+10
2020-04-24drm/i915: Only close vma we openChris Wilson1-1/+1
2020-04-07drm/i915/gem: Promote 'remain' to unsigned longChris Wilson1-7/+6
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-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-25drm/i915: Immediately execute the fenced workChris Wilson1-1/+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-19drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson1-1/+1
2020-03-12drm/i915/gem: Drop relocation slowpathChris Wilson1-235/+4
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-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-3/+4
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-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-1/+0
2020-02-25drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissionsChris Wilson1-7/+14
2020-02-25drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECUREChris Wilson1-1/+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 Karuga1-10/+13
2020-01-27drm/i915/gem: initial conversion to new logging macros using coccinelleWambui Karuga1-14/+23
2020-01-14drm/i915/gem: Take local vma references for the parserChris Wilson1-1/+36
2020-01-06drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson1-1/+1
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-4/+4
2019-12-17drm/i915/gem: Keep request alive while attaching fencesChris Wilson1-0/+2
2019-12-12drm/i915/gem: Asynchronous cmdparserChris Wilson1-9/+81
2019-12-12drm/i915/gem: Prepare gen7 cmdparser for async executionChris Wilson1-50/+67
2019-12-11drm/i915/gem: Tidy up error handling for eb_parse()Chris Wilson1-21/+18
2019-12-11drm/i915: Remove redundant parameters from intel_engine_cmd_parserChris Wilson1-31/+2
2019-12-11drm/i915: Improve execbuf debugTvrtko Ursulin1-10/+12
2019-12-05drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson1-2/+1
2019-11-29Revert "drm/i915: use a separate context for gpu relocs"Chris Wilson1-29/+1
2019-11-15drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()Chris Wilson1-13/+23
2019-11-14Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie1-31/+80
2019-11-05drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield1-8/+24
2019-11-05drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-05drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield1-17/+41
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield1-1/+2
2019-11-05drm/i915: Remove Master tables from cmdparserJon Bloomfield1-4/+3
2019-11-05drm/i915: Disable Secure Batches for gen6+Jon Bloomfield1-2/+10
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-15Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-12/+10
2019-10-14drm/i915/perf: allow holding preemption on filtered ctxLionel Landwerlin1-0/+3
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-1/+1