index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
Files
Lines
2016-11-11
drm/i915: Mark CPU cache as dirty when used for rendering
Chris Wilson
1
-0
/
+8
2016-10-11
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-347
/
+558
2016-10-10
drm/i915: Force relocations via cpu if we run out of idle aperture
Chris Wilson
1
-2
/
+2
2016-09-27
get rid of separate multipage fault-in primitives
Al Viro
1
-1
/
+1
2016-09-09
drm/i915: Serialise execbuf operation after a dma-buf reservation object
Chris Wilson
1
-0
/
+11
2016-09-09
drm/i915: Prepare object synchronisation for asynchronicity
Chris Wilson
1
-1
/
+2
2016-09-01
drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_index
Joonas Lahtinen
1
-7
/
+3
2016-08-26
drm/i915: Allow the user to pass a context to any ring
Chris Wilson
1
-4
/
+1
2016-08-22
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
1
-10
/
+3
2016-08-19
drm/i915: Embed the io-mapping struct inside drm_i915_private
Chris Wilson
1
-1
/
+1
2016-08-18
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
1
-1
/
+7
2016-08-18
drm/i915: Move fence tracking from object to vma
Chris Wilson
1
-14
/
+6
2016-08-18
drm/i915: Rename fence.lru_list to link
Chris Wilson
1
-1
/
+1
2016-08-18
drm/i915: Move map-and-fenceable tracking to the VMA
Chris Wilson
1
-2
/
+2
2016-08-18
drm/i915: Disallow direct CPU access to stolen pages for relocations
Chris Wilson
1
-0
/
+3
2016-08-18
drm/i915: Fallback to single page GTT mmappings for relocations
Chris Wilson
1
-11
/
+51
2016-08-18
drm/i915: Refactor execbuffer relocation writing
Chris Wilson
1
-139
/
+152
2016-08-18
drm/i915: Cache kmap between relocations
Chris Wilson
1
-54
/
+111
2016-08-18
drm/i915: Unconditionally flush any chipset buffers before execbuf
Chris Wilson
1
-10
/
+3
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-30
/
+35
2016-08-15
drm/i915: Add convenience wrappers for vma's object get/put
Chris Wilson
1
-2
/
+2
2016-08-10
drm/i915: Move setting of request->batch into its single callsite
Chris Wilson
1
-1
/
+9
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Export our request as a dma-buf fence on the reservation object
Chris Wilson
1
-2
/
+29
2016-08-04
drm/i915: Move obj->active:5 to obj->flags
Chris Wilson
1
-5
/
+15
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
1
-0
/
+1
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-2
/
+2
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
1
-2
/
+3
2016-08-04
drm/i915: Start passing around i915_vma from execbuffer
Chris Wilson
1
-81
/
+61
2016-08-04
drm/i915: Wrap vma->pin_count accessors with small inline helpers
Chris Wilson
1
-1
/
+1
2016-08-04
drm/i915: Pad GTT views of exec objects up to user specified size
Chris Wilson
1
-1
/
+16
2016-08-04
drm/i915: Remove i915_gem_execbuffer_retire_commands()
Chris Wilson
1
-8
/
+1
2016-08-04
drm/i915: Remove request retirement before each batch
Chris Wilson
1
-2
/
+0
2016-08-04
drm/i915: Track active vma requests
Chris Wilson
1
-1
/
+9
2016-08-04
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
1
-22
/
+43
2016-08-04
drm/i915: Double check activity before relocations
Chris Wilson
1
-1
/
+15
2016-08-04
drm/i915: Introduce i915_gem_active for request tracking
Chris Wilson
1
-2
/
+2
2016-08-02
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
1
-6
/
+18
2016-08-02
drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
Chris Wilson
1
-3
/
+3
2016-08-02
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
1
-7
/
+5
2016-08-02
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
1
-1
/
+1
2016-08-02
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
1
-7
/
+2
2016-08-02
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-3
/
+3
2016-08-02
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
1
-2
/
+2
2016-08-02
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
1
-29
/
+24
2016-07-27
drm/i915: Use engine to refer to the user's BSD intel_engine_cs
Chris Wilson
1
-7
/
+8
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
1
-7
/
+7
2016-07-21
drm/i915: rename & update eb_select_ring()
Dave Gordon
1
-16
/
+16
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-3
/
+3
2016-07-20
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
Chris Wilson
1
-2
/
+2
[next]