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: Skip unused contexts for context_barrier_task()
Chris Wilson
2019-04-29
1
-3
/
+3
*
drm/i915: Remove intel_context.active_link
Chris Wilson
2019-04-26
1
-2
/
+0
*
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
1
-13
/
+83
*
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
2019-04-26
1
-38
/
+54
*
drm/i915: Allow multiple user handles to the same VM
Chris Wilson
2019-04-25
1
-18
/
+8
*
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
1
-83
/
+2
*
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
2019-04-24
1
-2
/
+2
*
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-2
/
+5
*
drm/i915: Store the default sseu setup on the engine
Chris Wilson
2019-04-24
1
-1
/
+1
*
drm/i915: Introduce struct class_instance for engines across the uAPI
Chris Wilson
2019-04-17
1
-4
/
+4
*
drm/i915: Consolidate the timeline->barrier
Chris Wilson
2019-04-08
1
-11
/
+2
*
drm/i915: Make RING_PDP relative to engine->mmio_base
Chris Wilson
2019-04-05
1
-4
/
+5
*
drm/i915/execlists: Enable coarse preemption boundaries for gen8
Chris Wilson
2019-04-05
1
-1
/
+1
*
drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
Chris Wilson
2019-04-02
1
-3
/
+3
*
drm/i915: Avoid using ctx->file_priv during construction
Chris Wilson
2019-03-31
1
-9
/
+10
*
drm/i915: Drop new chunks of context creation ABI (for now)
Chris Wilson
2019-03-27
1
-0
/
+9
*
drm/i915: Report the correct errno from i915_gem_context_open()
Chris Wilson
2019-03-25
1
-1
/
+1
*
drm/i915: always pin hw_id for GVT context
Zhenyu Wang
2019-03-24
1
-0
/
+7
*
drm/i915: Allow contexts to share a single timeline across all engines
Chris Wilson
2019-03-22
1
-6
/
+25
*
drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
Chris Wilson
2019-03-22
1
-202
/
+250
*
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
2019-03-22
1
-13
/
+318
*
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
2019-03-21
1
-3
/
+2
*
drm/i915: Stop storing ctx->user_handle
Chris Wilson
2019-03-21
1
-14
/
+9
*
drm/i915: Introduce a mutex for file_priv->context_idr
Chris Wilson
2019-03-21
1
-26
/
+21
*
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
2019-03-21
1
-58
/
+80
*
drm/i915: Hold a reference to the active HW context
Chris Wilson
2019-03-19
1
-1
/
+1
*
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
2019-03-15
1
-1
/
+1
*
drm/i915: Introduce a context barrier callback
Chris Wilson
2019-03-09
1
-0
/
+74
*
drm/i915: Introduce intel_context.pin_mutex for pin management
Chris Wilson
2019-03-08
1
-25
/
+19
*
drm/i915: Move over to intel_context_lookup()
Chris Wilson
2019-03-08
1
-50
/
+21
*
drm/i915: Store the intel_context_ops in the intel_engine_cs
Chris Wilson
2019-03-08
1
-0
/
+1
*
drm/i915: Track active engines within a context
Chris Wilson
2019-03-08
1
-0
/
+5
*
drm/i915: Reduce presumption of request ordering for barriers
Chris Wilson
2019-03-08
1
-63
/
+3
*
drm/i915: Do a synchronous switch-to-kernel-context on idling
Chris Wilson
2019-03-08
1
-0
/
+4
*
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-06
1
-10
/
+18
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-2
/
+2
*
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-28
1
-1
/
+34
*
drm/i915: Prevent user context creation while wedged
Chris Wilson
2019-02-20
1
-3
/
+7
*
drm/i915: Use time based guilty context banning
Chris Wilson
2019-02-19
1
-0
/
+4
*
drm/i915: Optionally disable automatic recovery after a GPU reset
Chris Wilson
2019-02-18
1
-0
/
+15
*
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
1
-8
/
+9
*
drm/i915/selftests: Context SSEU reconfiguration tests
Tvrtko Ursulin
2019-02-05
1
-10
/
+21
*
drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
Tvrtko Ursulin
2019-02-05
1
-2
/
+338
*
drm/i915: Record the sseu configuration per-context & engine
Lionel Landwerlin
2019-02-05
1
-0
/
+3
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-0
/
+3
*
drm/i915: De-inline intel_context_init()
Chris Wilson
2019-01-24
1
-0
/
+8
*
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-01-22
1
-4
/
+4
|
\
|
*
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-01-10
1
-4
/
+4
|
|
\
|
|
*
drm/i915: Compile fix for 64b dma-fence seqno
Mika Kuoppala
2018-12-07
1
-4
/
+4
*
|
|
drm/i915: Refactor out intel_context_init()
Chris Wilson
2019-01-22
1
-5
/
+2
[next]