summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Take local vma references for the parserChris Wilson2020-02-101-1/+36
* drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-061-1/+1
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-4/+4
* drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-171-0/+2
* drm/i915/gem: Asynchronous cmdparserChris Wilson2019-12-121-9/+81
* drm/i915/gem: Prepare gen7 cmdparser for async executionChris Wilson2019-12-121-50/+67
* drm/i915/gem: Tidy up error handling for eb_parse()Chris Wilson2019-12-111-21/+18
* drm/i915: Remove redundant parameters from intel_engine_cmd_parserChris Wilson2019-12-111-31/+2
* drm/i915: Improve execbuf debugTvrtko Ursulin2019-12-111-10/+12
* drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson2019-12-051-2/+1
* Revert "drm/i915: use a separate context for gpu relocs"Chris Wilson2019-11-291-29/+1
* drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()Chris Wilson2019-11-151-13/+23
* Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie2019-11-141-31/+80
|\
| * drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield2019-11-051-8/+24
| * drm/i915: Allow parsing of unsized batchesJon Bloomfield2019-11-051-4/+5
| * drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield2019-11-051-17/+41
| * drm/i915: Add support for mandatory cmdparsingJon Bloomfield2019-11-051-1/+2
| * drm/i915: Remove Master tables from cmdparserJon Bloomfield2019-11-051-4/+3
| * drm/i915: Disable Secure Batches for gen6+Jon Bloomfield2019-11-051-2/+10
* | drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-10-151-12/+10
|\ \
| * \ Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-111-1/+1
| |\ \
| | * | drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson2019-10-041-1/+1
| | * | drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-2/+2
| | |/
| * | Merge tag 'drm-intel-next-2019-10-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-10-081-39/+44
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-142/+201
| |\ \
| * | | drm/i915: Remove redundant user_access_end() from __copy_from_user() error pathJosh Poimboeuf2019-08-091-11/+9
* | | | drm/i915/perf: allow holding preemption on filtered ctxLionel Landwerlin2019-10-141-0/+3
| |_|/ |/| |
* | | drm/i915: Move context management under GEMChris Wilson2019-10-041-1/+1
* | | drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-33/+10
* | | drm/i915: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-2/+2
* | | drm/i915: use a separate context for gpu relocsDaniele Ceraolo Spurio2019-08-271-1/+29
* | | drm/i915: Make engine's batch pool safe for use with virtual enginesChris Wilson2019-08-271-2/+2
| |/ |/|
* | drm/i915: Replace i915_vma_put_fence()Chris Wilson2019-08-221-6/+3
* | Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-2/+2
|\ \
| * \ Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-3/+3
| |\ \
| | * | dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-3/+3
| | |/
* | | drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson2019-08-211-2/+2
* | | drm/i915: Serialize insertion into the file->mm.request_listChris Wilson2019-08-201-2/+7
* | | drm/i915: Serialize against vma movesChris Wilson2019-08-191-2/+3
* | | drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-80/+103
* | | drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-1/+1
* | | drm/i915: Generalise BSD default selectionChris Wilson2019-08-091-1/+2
* | | drm/i915: Replace global bsd_dispatch_index with random seedChris Wilson2019-08-091-2/+1
* | | drm/i915: Check for a second VCS engine more carefullyChris Wilson2019-08-091-1/+7
* | | drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula2019-08-071-2/+2
* | | drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* | | drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-22/+36
* | | drm/i915: Teach execbuffer to take the engine wakeref not GTChris Wilson2019-08-041-13/+29
* | | drm/i915: Flush extra hard after writing relocations through the GTTChris Wilson2019-08-021-4/+5
|/ /
OpenPOWER on IntegriCloud