aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2017-08-24drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson
2017-08-18drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-08-18drm/i915: Simplify eb_lookup_vmas()Chris Wilson
2017-08-18drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson
2017-08-18drm/i915: Check context status before looking up our obj/vmaChris Wilson
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson
2017-08-15drm/i915: Add support for drm syncobjsJason Ekstrand
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson
2017-07-27drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson
2017-07-27drm/i915: Only skip updating execobject.offset after errorChris Wilson
2017-07-27drm/i915: Only mark the execobject as pinned on successChris Wilson
2017-07-17drm/i915: Fix user ptr check size in eb_relocate_vma()Imre Deak
2017-06-29drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson
2017-06-22drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson
2017-06-20drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson
2017-06-16drm/i915: Async GPU relocation processingChris Wilson
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson
2017-06-15drm/i915: Split vma exec_link/evict_linkChris Wilson
2017-06-15drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson
2017-06-15drm/i915: Amalgamate execbuffer parameter structuresChris Wilson
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-04-15drm/i915: Copy user requested buffers into the error stateChris Wilson
2017-03-27drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson
2017-03-02drm/i915: Drop spinlocks around adding to the client request listChris Wilson
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke
2017-02-22drm/i915: Perform object clflushing asynchronouslyChris Wilson
2017-02-22drm/i915: Remove change_domain tracepointChris Wilson
2017-02-21drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin
2017-02-21drm/i915: Use reservation_object_lock()Chris Wilson
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2017-02-08drm/i915: Always convert incoming exec offsets to non-canonicalMichaƂ Winiarski
2017-02-04drm/i915: fix pm refcounting on fence error in execbufDaniele Ceraolo Spurio
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2017-01-27drm/i915: Support explicit fencing for execbufChris Wilson
2017-01-27drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson