index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: Nuke struct_mutex from context_setparam
Chris Wilson
2018-09-11
1
-13
/
+7
*
drm/i915: Reduce context HW ID lifetime
Chris Wilson
2018-09-05
1
-61
/
+161
*
drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_context
Jakub Bartmiński
2018-07-27
1
-2
/
+0
*
drm/i915/guc: Move the pin bias value from GuC to GGTT
Jakub Bartmiński
2018-07-27
1
-9
/
+1
*
drm/i915: Record logical context support in driver caps
Chris Wilson
2018-07-06
1
-3
/
+3
*
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
2018-07-04
1
-1
/
+1
*
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
2018-06-15
1
-1
/
+1
*
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-14
1
-8
/
+1
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-5
/
+5
*
drm/i915: drop one bit on the hw_id when using guc
Lionel Landwerlin
2018-06-04
1
-3
/
+12
*
drm/i915: Check intel_contexts to avoid one extra pointer chase
Chris Wilson
2018-06-01
1
-1
/
+1
*
drm/i915: Switch to kernel context before idling at runtime
Chris Wilson
2018-05-31
1
-1
/
+1
*
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-24
1
-14
/
+72
*
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
1
-8
/
+9
*
drm/i915: Move fiddling with engine->last_retired_context
Chris Wilson
2018-05-18
1
-10
/
+2
*
drm/i915: Shrink search list for active timelines
Chris Wilson
2018-05-16
1
-11
/
+14
*
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-02
1
-27
/
+21
*
drm/i915: Move timeline from GTT to ring
Chris Wilson
2018-05-02
1
-1
/
+14
*
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
1
-4
/
+4
*
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-18
1
-4
/
+4
*
drm/i915: Split out functions for different kinds of workarounds
Oscar Mateo
2018-04-11
1
-0
/
+6
*
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li
2018-03-14
1
-2
/
+3
*
drm/i915/icl: new context descriptor support
Daniele Ceraolo Spurio
2018-03-07
1
-2
/
+9
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-9
/
+9
*
drm/i915: Remove lost comment from i915_gem_context
Chris Wilson
2018-02-08
1
-5
/
+0
*
drm/i915: Avoid truncation before clamping userspace's priority value
Chris Wilson
2018-02-08
1
-1
/
+1
*
drm/i915: Only allocate preempt context when required
Chris Wilson
2018-02-08
1
-15
/
+16
*
drm/i915: Move the scheduler feature bits into the purview of the engines
Chris Wilson
2018-02-08
1
-1
/
+1
*
drm/i915: Allow fence allocations to fail
Chris Wilson
2017-12-13
1
-1
/
+1
*
drm/i915/guc: Introduce USES_GUC_xxx helper macros
Michal Wajdeczko
2017-12-06
1
-2
/
+2
*
drm/i915: Flush everything on switching to the kernel_context
Chris Wilson
2017-11-27
1
-1
/
+8
*
drm/i915: Move mi_set_context() into the legacy ringbuffer submission
Chris Wilson
2017-11-23
1
-198
/
+0
*
drm/i915: Unwind incomplete legacy context switches
Chris Wilson
2017-11-23
1
-116
/
+57
*
drm/i915: Remove i915.semaphores modparam
Chris Wilson
2017-11-20
1
-1
/
+1
*
drm/i915: Remove obsolete ringbuffer emission for gen8+
Chris Wilson
2017-11-20
1
-41
/
+6
*
drm/i915: Remove i915.enable_execlists module parameter
Chris Wilson
2017-11-20
1
-9
/
+1
*
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
2017-11-20
1
-6
/
+1
*
drm/i915: Record the default hw state after reset upon load
Chris Wilson
2017-11-10
1
-43
/
+12
*
drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCU
Chris Wilson
2017-11-09
1
-6
/
+6
*
drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
Chris Wilson
2017-10-27
1
-0
/
+2
*
drm/i915: Use same test for eviction and submitting kernel context
Chris Wilson
2017-10-25
1
-4
/
+3
*
drm/i915/scheduler: Support user-defined priorities
Chris Wilson
2017-10-04
1
-0
/
+23
*
drm/i915: Introduce a preempt context
Chris Wilson
2017-10-04
1
-21
/
+55
*
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-09-22
1
-6
/
+6
*
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-18
1
-68
/
+19
*
drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt
Chris Wilson
2017-08-12
1
-7
/
+8
*
drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates
Chris Wilson
2017-07-27
1
-3
/
+3
*
drm/i915: Only free the oldest stale context before allocating
Chris Wilson
2017-07-06
1
-2
/
+17
*
drm/i915: Drop request retirement before reaping stale contexts
Chris Wilson
2017-07-06
1
-1
/
+0
*
drm/i915: Move stale context reaping to common i915_gem_context_create
Chris Wilson
2017-07-06
1
-4
/
+4
[next]