index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-15
drm/i915: Store the execution priority on the context
Chris Wilson
1
-0
/
+1
2016-11-01
drm/i915: Export a function to flush the context upon pinning
Chris Wilson
1
-11
/
+28
2016-10-28
drm/i915: Enable multiple timelines
Chris Wilson
1
-2
/
+2
2016-10-28
drm/i915: Create a unique name for the context
Chris Wilson
1
-5
/
+18
2016-10-28
drm/i915: Queue the idling context switch after all other timelines
Chris Wilson
1
-6
/
+17
2016-10-28
drm/i915: Defer active reference until required
Chris Wilson
1
-1
/
+1
2016-10-14
drm/i915: Make IS_IVYBRIDGE only take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-6
/
+9
2016-09-09
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
1
-16
/
+0
2016-08-15
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
1
-0
/
+4
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-2
/
+4
2016-08-15
drm/i915: Use VMA for scratch page tracking
Chris Wilson
1
-1
/
+1
2016-08-15
drm/i915: Only change the context object's domain when binding
Chris Wilson
1
-12
/
+7
2016-08-15
drm/i915: Use VMA as the primary object for context state
Chris Wilson
1
-23
/
+28
2016-08-11
drm/i915: Store number of active engines in device info
Tvrtko Ursulin
1
-1
/
+1
2016-08-04
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
Chris Wilson
1
-3
/
+2
2016-08-04
drm/i915: Combine all i915_vma bitfields into a single set of flags
Chris Wilson
1
-1
/
+1
2016-08-04
Revert "drm/i915: Clean up associated VMAs on context destruction"
Chris Wilson
1
-22
/
+0
2016-08-04
drm/i915: Mark the context and address space as closed
Chris Wilson
1
-6
/
+37
2016-08-04
drm/i915: i915_vma_move_to_active prep patch
Chris Wilson
1
-4
/
+5
2016-08-04
drm/i915: Store owning file on the i915_address_space
Chris Wilson
1
-1
/
+2
2016-08-03
drm/i915: Unify legacy/execlists submit_execbuf callbacks
Chris Wilson
1
-4
/
+3
2016-08-03
drm/i915: Reduce engine->emit_flush() to a single mode parameter
Chris Wilson
1
-1
/
+1
2016-08-03
drm/i915: Remove obsolete engine->gpu_caches_dirty
Chris Wilson
1
-1
/
+1
2016-08-03
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
1
-3
/
+3
2016-08-03
drm/i915: Rename intel_context[engine].ringbuf
Chris Wilson
1
-2
/
+2
2016-08-03
drm/i915: Rename request->ringbuf to request->ring
Chris Wilson
1
-2
/
+2
2016-08-03
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
Chris Wilson
1
-23
/
+24
2016-07-20
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-2
/
+2
2016-07-20
drm/i915: Rename i915_gem_context_reference/unreference()
Chris Wilson
1
-12
/
+10
2016-07-15
drm/i915/evict: Always switch away from the current context
Chris Wilson
1
-0
/
+29
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-3
/
+3
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-5
/
+5
2016-07-04
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
Chris Wilson
1
-0
/
+13
2016-06-24
drm/i915: Mark all default contexts as uninitialised after context loss
Chris Wilson
1
-1
/
+12
2016-06-24
drm/i915: Treat kernel context as initialised
Chris Wilson
1
-5
/
+9
2016-06-24
drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
Chris Wilson
1
-24
/
+3
2016-06-17
drm/i915: Introduce GVT context creation API
Zhi Wang
1
-0
/
+34
2016-06-17
drm/i915: Introduce execlist context status change notification
Zhi Wang
1
-0
/
+1
2016-06-17
drm/i915: Make addressing mode bits in context descriptor configurable
Zhi Wang
1
-0
/
+2
2016-06-17
drm/i915: Make ring buffer size of a LRC context configurable
Zhi Wang
1
-0
/
+1
2016-05-24
drm/i915: Merge legacy+execlists context structs
Chris Wilson
1
-31
/
+44
2016-05-24
drm/i915: Show i915_gem_context owner in debugfs
Chris Wilson
1
-1
/
+2
2016-05-24
drm/i915: Move pinning of dev_priv->kernel_context into its creator
Chris Wilson
1
-29
/
+24
2016-05-24
drm/i915: Rename and inline i915_gem_context_get()
Chris Wilson
1
-18
/
+4
2016-05-24
drm/i915: Apply lockdep annotations to i915_gem_context.c
Chris Wilson
1
-3
/
+15
2016-05-24
drm/i915: Rename struct intel_context
Chris Wilson
1
-26
/
+26
2016-05-13
drm/i915: Complete pending resets before get-reset-stats ioctl
Chris Wilson
1
-1
/
+1
2016-05-13
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
Chris Wilson
1
-0
/
+39
[next]