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