index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-16
/
+0
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
1
-0
/
+4
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-2
/
+4
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-1
/
+1
*
drm/i915: Only change the context object's domain when binding
Chris Wilson
2016-08-15
1
-12
/
+7
*
drm/i915: Use VMA as the primary object for context state
Chris Wilson
2016-08-15
1
-23
/
+28
*
drm/i915: Store number of active engines in device info
Tvrtko Ursulin
2016-08-11
1
-1
/
+1
*
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
2016-08-04
1
-3
/
+2
*
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
2016-08-04
1
-1
/
+1
*
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
2016-08-04
1
-22
/
+0
*
drm/i915: Mark the context and address space as closed
Chris Wilson
2016-08-04
1
-6
/
+37
*
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
2016-08-04
1
-4
/
+5
*
drm/i915: Store owning file on the i915_address_space
Chris Wilson
2016-08-04
1
-1
/
+2
*
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
2016-08-02
1
-4
/
+3
*
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
2016-08-02
1
-1
/
+1
*
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
2016-08-02
1
-1
/
+1
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-3
/
+3
*
drm/i915: Rename intel_context[engine].ringbuf
Chris Wilson
2016-08-02
1
-2
/
+2
*
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
2016-08-02
1
-2
/
+2
*
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
2016-08-02
1
-23
/
+24
*
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
2016-07-20
1
-2
/
+2
*
drm/i915: Rename i915_gem_context_reference/unreference()
Chris Wilson
2016-07-20
1
-12
/
+10
*
drm/i915/evict: Always switch away from the current context
Chris Wilson
2016-07-15
1
-0
/
+29
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-3
/
+3
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-5
/
+5
*
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
Chris Wilson
2016-07-04
1
-0
/
+13
*
drm/i915: Mark all default contexts as uninitialised after context loss
Chris Wilson
2016-06-24
1
-1
/
+12
*
drm/i915: Treat kernel context as initialised
Chris Wilson
2016-06-24
1
-5
/
+9
*
drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
Chris Wilson
2016-06-24
1
-24
/
+3
*
drm/i915: Introduce GVT context creation API
Zhi Wang
2016-06-17
1
-0
/
+34
*
drm/i915: Introduce execlist context status change notification
Zhi Wang
2016-06-17
1
-0
/
+1
*
drm/i915: Make addressing mode bits in context descriptor configurable
Zhi Wang
2016-06-17
1
-0
/
+2
*
drm/i915: Make ring buffer size of a LRC context configurable
Zhi Wang
2016-06-17
1
-0
/
+1
*
drm/i915: Merge legacy+execlists context structs
Chris Wilson
2016-05-24
1
-31
/
+44
*
drm/i915: Show i915_gem_context owner in debugfs
Chris Wilson
2016-05-24
1
-1
/
+2
*
drm/i915: Move pinning of dev_priv->kernel_context into its creator
Chris Wilson
2016-05-24
1
-29
/
+24
*
drm/i915: Rename and inline i915_gem_context_get()
Chris Wilson
2016-05-24
1
-18
/
+4
*
drm/i915: Apply lockdep annotations to i915_gem_context.c
Chris Wilson
2016-05-24
1
-3
/
+15
*
drm/i915: Rename struct intel_context
Chris Wilson
2016-05-24
1
-26
/
+26
*
drm/i915: Complete pending resets before get-reset-stats ioctl
Chris Wilson
2016-05-13
1
-1
/
+1
*
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
Chris Wilson
2016-05-13
1
-0
/
+39
*
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
1
-23
/
+25
*
drm/i915: Unify GPU resets upon shutdown
Chris Wilson
2016-04-28
1
-9
/
+1
*
drm/i915: Assign every HW context a unique ID
Chris Wilson
2016-04-28
1
-0
/
+36
*
drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
Chris Wilson
2016-04-28
1
-46
/
+31
*
drm/i915: Remove early l3-remap
Chris Wilson
2016-04-28
1
-2
/
+2
*
drm/i915: Consolidate L3 remapping LRI
Chris Wilson
2016-04-28
1
-9
/
+7
*
drm/i915: L3 cache remapping is part of context switching
Chris Wilson
2016-04-28
1
-0
/
+31
*
drm/i915: Mark the current context as lost on suspend
Chris Wilson
2016-04-28
1
-31
/
+23
[next]