summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-181-0/+2
* 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-201-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-161-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
|/ /
* | drm/i915/gt: Provide a local intel_context.vmChris Wilson2019-07-301-8/+3
* | drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-1/+1
* | drm/i915/gt: Pass intel_gt to pm routinesChris Wilson2019-06-251-2/+2
* | drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin2019-06-211-2/+3
|/
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-1/+2
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-2/+2
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-8/+17
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-39/+84
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+2768