summary refs log tree commit diff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2017-06-26drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson
2017-06-26drm/i915: Pass the right flags to i915_vma_move_to_active()Chris 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
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson
2016-12-31drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson
2016-12-18drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson
2016-12-05drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)Chris Wilson
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson
2016-11-24drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson
2016-11-21drm/i915: Wipe hang stats as an embedded structMika Kuoppala
2016-11-18drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson
2016-11-17drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.cTvrtko Ursulin
2016-11-11drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin
2016-11-07drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson
2016-11-03drm/i915: Introduce HAS_64BIT_RELOCJoonas Lahtinen
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson