summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson2017-06-291-14/+24
* drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson2017-06-221-0/+1
* drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson2017-06-201-1/+1
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-10/+11
* drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson2017-06-161-13/+12
* drm/i915: Async GPU relocation processingChris Wilson2017-06-161-7/+220
* drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2017-06-161-1/+4
* drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson2017-06-161-0/+3
* drm/i915: First try the previous execbuffer locationChris Wilson2017-06-161-4/+8
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-161-10/+25
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-161-864/+1174
* drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson2017-06-161-0/+10
* drm/i915: Pass vma to relocate entryChris Wilson2017-06-161-60/+42
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-104/+160
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-161-1/+1
* drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-161-14/+7
* drm/i915: Split vma exec_link/evict_linkChris Wilson2017-06-151-16/+16
* drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson2017-06-151-36/+41
* drm/i915: Amalgamate execbuffer parameter structuresChris Wilson2017-06-151-317/+232
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-0/+12
|\
| * drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-151-0/+12
* | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-17/+17
|/
* drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson2017-03-271-1/+3
* drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-4/+10
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-02-241-48/+2
* drm/i915: Perform object clflushing asynchronouslyChris Wilson2017-02-221-3/+6
* drm/i915: Remove change_domain tracepointChris Wilson2017-02-221-3/+0
* drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin2017-02-211-2/+2
* drm/i915: Use reservation_object_lock()Chris Wilson2017-02-211-2/+2
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-21/+19
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-02-101-3/+2
|\
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-3/+2
* | drm/i915: Always convert incoming exec offsets to non-canonicalMichaƂ Winiarski2017-02-081-6/+6
* | drm/i915: fix pm refcounting on fence error in execbufDaniele Ceraolo Spurio2017-02-041-6/+4
* | drm/i915: Support explicit fencing for execbufChris Wilson2017-01-271-5/+49
* | drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson2017-01-271-0/+3
|/
* drm/i915: Rename some warts in the VMA APIChris Wilson2017-01-191-1/+1
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-101-3/+2
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-1/+1
* drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson2016-12-181-0/+1
* drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson2016-12-051-0/+1
* drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-1/+1
* drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson2016-11-241-1/+1
* drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-3/+1
* drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-181-3/+2
* drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-111-2/+2
* drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-071-0/+8
* drm/i915: Introduce HAS_64BIT_RELOCJoonas Lahtinen2016-11-031-1/+2
OpenPOWER on IntegriCloud