index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_execbuffer.c
Age
Commit message (
Expand
)
Author
2017-07-27
drm/i915: Force CPU synchronisation even if userspace requests ASYNC
Chris Wilson
2017-07-27
drm/i915: Only skip updating execobject.offset after error
Chris Wilson
2017-07-27
drm/i915: Only mark the execobject as pinned on success
Chris Wilson
2017-07-17
drm/i915: Fix user ptr check size in eb_relocate_vma()
Imre Deak
2017-06-29
drm/i915: Avoid undefined behaviour of "u32 >> 32"
Chris Wilson
2017-06-22
drm/i915: Clear execbuf's vma backpointer upon release
Chris Wilson
2017-06-20
drm/i915: Pass the right flags to i915_vma_move_to_active()
Chris Wilson
2017-06-20
drm/i915: Enable rcu-only context lookups
Chris Wilson
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
2017-06-16
drm/i915: Async GPU relocation processing
Chris Wilson
2017-06-16
drm/i915: Allow execbuffer to use the first object as the batch
Chris Wilson
2017-06-16
drm/i915: Wait upon userptr get-user-pages within execbuffer
Chris Wilson
2017-06-16
drm/i915: First try the previous execbuffer location
Chris Wilson
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
2017-06-16
drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations
Chris Wilson
2017-06-16
drm/i915: Pass vma to relocate entry
Chris Wilson
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
2017-06-16
drm/i915: Mark CPU cache as dirty on every transition for CPU writes
Chris Wilson
2017-06-15
drm/i915: Split vma exec_link/evict_link
Chris Wilson
2017-06-15
drm/i915: Use vma->exec_entry as our double-entry placeholder
Chris Wilson
2017-06-15
drm/i915: Amalgamate execbuffer parameter structures
Chris Wilson
2017-05-30
Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-04-15
drm/i915: Copy user requested buffers into the error state
Chris Wilson
2017-03-27
drm/i915: Align "unfenced" tiled access on gen2, early gen3
Chris Wilson
2017-03-02
drm/i915: Drop spinlocks around adding to the client request list
Chris Wilson
2017-02-24
drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.
Kenneth Graunke
2017-02-22
drm/i915: Perform object clflushing asynchronously
Chris Wilson
2017-02-22
drm/i915: Remove change_domain tracepoint
Chris Wilson
2017-02-21
drm/i915/tracepoints: Adjust i915_gem_ring_dispatch
Tvrtko Ursulin
2017-02-21
drm/i915: Use reservation_object_lock()
Chris Wilson
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2017-02-08
drm/i915: Always convert incoming exec offsets to non-canonical
MichaĆ Winiarski
2017-02-04
drm/i915: fix pm refcounting on fence error in execbuf
Daniele Ceraolo Spurio
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-01-27
drm/i915: Support explicit fencing for execbuf
Chris Wilson
2017-01-27
drm/i915: Enable userspace to opt-out of implicit fencing
Chris Wilson
2017-01-19
drm/i915: Rename some warts in the VMA API
Chris Wilson
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
2016-12-18
drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex
Chris Wilson
2016-12-05
drm/i915: Fix i915_gem_evict_for_vma (soft-pinning)
Chris Wilson
2016-12-05
drm/i915: Mark all non-vma being inserted into the address spaces
Chris Wilson
2016-11-24
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
2016-11-21
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
2016-11-17
drm/i915: Use dev_priv in INTEL_INFO in i915_gem_execbuffer.c
Tvrtko Ursulin
[next]