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
2011-03-23
drm/i915: Disable pagefaults along execbuffer relocation fast path
Chris Wilson
2011-03-07
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-07
drm/i915: Only wait on a pending flip if we intend to write to the buffer
Chris Wilson
2011-03-07
drm/i915: Disable GPU semaphores by default
Chris Wilson
2011-03-01
drm/i915: Re-enable GPU semaphores for SandyBridge mobile
Chris Wilson
2011-03-01
drm/i915: Allow relocation deltas outside of target bo
Chris Wilson
2011-02-22
drm/i915: Use a device flag for non-interruptible phases
Chris Wilson
2011-02-22
drm/i915: First try a normal large kmalloc for the temporary exec buffers
Chris Wilson
2011-02-22
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
2011-02-07
drm/i915: Refine tracepoints
Chris Wilson
2011-01-24
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-01-23
drm/i915: Fix use of invalid array size for ring->sync_seqno
Chris Wilson
2011-01-19
drm/i915: Trivial sparse fixes
Chris Wilson
2011-01-14
drm/i915: Disable GPU semaphores on SandyBridge mobile
Chris Wilson
2011-01-13
drm/i915/execbuffer: Clear domains before beginning reloc processing
Chris Wilson
2011-01-13
drm/i915/execbuffer: Reorder relocations to match new object order
Chris Wilson
2011-01-11
drm/i915/execbuffer: Reorder binding of objects to favour restrictions
Chris Wilson
2011-01-11
drm/i915/execbuffer: Correctly clear the current object list upon EFAULT
Chris Wilson
2011-01-11
drm/i915: Propagate error from flushing the ring
Chris Wilson
2011-01-11
drm/i915: Handle ringbuffer stalls when flushing
Chris Wilson
2011-01-11
drm/i915: Enforce write ordering through the GTT
Chris Wilson
2010-12-20
drm/i915: Allow the application to choose the constant addressing mode
Chris Wilson
2010-12-09
drm/i915: Mark the user reloc error paths as unlikely
Chris Wilson
2010-12-09
drm/i915: Eliminate drm_gem_object_lookup during relocation
Chris Wilson
2010-12-05
drm/i915: Ignore fenced commands for gpu access on gen4
Chris Wilson
2010-12-05
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
2010-12-02
drm/i915: Prevent stalling for a GTT read back from a read-only GPU target
Chris Wilson
2010-11-30
drm/i915/ringbuffer: Handle cliprects in the caller
Chris Wilson
2010-11-28
drm/i915/execbuffer: On error, starting unwinding from the previous object
Chris Wilson
2010-11-25
drm/i915: Avoid allocation for execbuffer object list
Chris Wilson
2010-11-25
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson