summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-33/+37
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-3/+8
* drm/i915: Explicitly pin the logical context for execbufChris Wilson2019-04-251-39/+69
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-4/+3Star
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-2/+2
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-7/+7
* drm/i915: Re-arrange execbuf so context is known before engineTvrtko Ursulin2019-03-011-4/+7
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-2/+2
* drm/i915: remove redundant likely/unlikely annotationChengguang Xu2019-02-211-1/+1
* drm/i915: Hack and slash, throttle execbuffer hogsChris Wilson2019-02-071-0/+67
* drm/i915: Identify active requestsChris Wilson2019-01-291-0/+12
* drm/i915/gem: Track the rpm wakerefsChris Wilson2019-01-141-2/+3
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-01-081-8/+20
|\
| * make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-2/+13
| * i915: fix missing user_access_end() in page fault exception caseLinus Torvalds2019-01-041-0/+1
| * Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
| * Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-1/+1
| |\
| | * iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-121-1/+1
| * | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-1/+1
| |\ \
| | * | drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-051-1/+1
| | * | Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-11-291-1/+6
| | |\ \
| | * \ \ Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-221-1/+1
| | |\ \ \
| | | * | | drm/syncobj: Fix compilation following partial revertChris Wilson2018-11-121-1/+1
| * | | | | drm/i915: Flush GPU relocs harder for gen3Chris Wilson2018-12-121-6/+1Star
| * | | | | drm/i915: Write GPU relocs harder with gen3Chris Wilson2018-11-211-1/+6
| | |_|_|/ | |/| | |
* | | | | drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
* | | | | drm/i915: Flush GPU relocs harder for gen3Chris Wilson2018-12-071-6/+1Star
| |_|_|/ |/| | |
* | | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-191-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge drm/drm-next into drm-misc-nextSean Paul2018-10-241-1/+6
| | |\
| | * | drm: add syncobj timeline support v9Chunming Zhou2018-10-181-1/+1
| * | | drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-11-061-1/+1
| | |/ | |/|
| * | Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-281-1/+6
| |\ \ | | |/ | |/|
* | | drm/i915: Write GPU relocs harder with gen3Chris Wilson2018-11-201-1/+6
* | | drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-10-261-1/+1
* | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-09-261-1/+1
|\| | | |/ |/|
| * Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-141-1/+1
| |\
| | * drm: expand replace_fence to support timeline point v2Chunming Zhou2018-09-061-1/+1
* | | drm/i915: Reorder execobject[] to insert non-48b objects into the low 4GChris Wilson2018-09-121-0/+5
* | | drm/i915: Nuke struct_mutex from context_setparamChris Wilson2018-09-111-1/+1
|/ /
* | drm/i915: Fix up FORCE_GPU_RELOC (debug) to flush CPU write domainsChris Wilson2018-09-031-0/+7
* | drm/i915: Force the slow path after a user-write errorChris Wilson2018-09-031-4/+5
* | drm/i915: Determine uses-full-ppgtt from context for execbufChris Wilson2018-09-031-3/+6
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-15/+3Star
* | drm/i915/icl: move has_resource_streamer to GEN11_FEATURESLucas De Marchi2018-08-061-1/+1
|/
* drm/i915: Move i915_vma_move_to_active() to i915_vma.cChris Wilson2018-07-061-61/+0Star
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-7/+18
* drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson2018-07-061-26/+21Star