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