index
:
talos-op-linux
master
Talos™ II 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
/
intel_engine_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Suppress busy status for engines if wedged
Chris Wilson
2017-03-30
1
-0
/
+9
*
drm/i915: Drop verbose and archaic "ring" from our internal engine names
Chris Wilson
2017-03-30
1
-10
/
+10
*
drm/i915: intel_engine_init_global_seqno() requires atomic kmap
Chris Wilson
2017-03-21
1
-2
/
+2
*
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
2017-03-16
1
-0
/
+12
*
drm/i915: make context status notifier head be per engine
Changbin Du
2017-03-16
1
-0
/
+2
*
drm/i915: Replace irq_seqno_barrier on hws write with a clflush
Chris Wilson
2017-03-16
1
-2
/
+1
*
drm/i915: Don't use enums for hardware engine id
Michal Wajdeczko
2017-03-03
1
-2
/
+2
*
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
2017-03-03
1
-0
/
+13
*
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
2017-03-03
1
-0
/
+31
*
drm/i915: Move w/a LRI debug message from context-init to driver load
Chris Wilson
2017-03-01
1
-19
/
+19
*
drm/i915: Keep a global seqno per-engine
Chris Wilson
2017-02-23
1
-2
/
+0
*
drm/i915: Move common workaround code to intel_engine_cs
Tvrtko Ursulin
2017-02-17
1
-0
/
+550
*
drm/i915: Simplify cleanup path in intel_engines_init
Tvrtko Ursulin
2017-02-17
1
-3
/
+1
*
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
2017-02-13
1
-0
/
+4
*
drm/i915: Split intel_engine allocation and initialisation
Chris Wilson
2017-01-24
1
-19
/
+61
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-2
/
+19
*
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
2016-12-01
1
-3
/
+2
*
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
2016-12-01
1
-1
/
+1
*
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
2016-11-14
1
-1
/
+2
*
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
2016-11-14
1
-0
/
+3
*
drm/i915: Remove engine->execlist_lock
Chris Wilson
2016-11-14
1
-1
/
+0
*
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
2016-11-02
1
-5
/
+0
*
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
2016-10-28
1
-2
/
+0
*
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
2016-10-28
1
-8
/
+7
*
drm/i915: Reuse the active golden render state batch
Chris Wilson
2016-10-28
1
-0
/
+5
*
drm/i915: Introduce an internal allocator for disposable private objects
Chris Wilson
2016-10-28
1
-1
/
+1
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-1
/
+1
*
drm/i915: Do not use INTEL_INFO(dev_priv)->ring_mask inside WARNs
Tvrtko Ursulin
2016-10-14
1
-3
/
+4
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-7
/
+19
*
drm/i915: Move common code out of i915_gpu_error.c
Chris Wilson
2016-10-12
1
-0
/
+104
*
drm/i915: Reset the breadcrumbs IRQ more carefully
Chris Wilson
2016-10-07
1
-15
/
+0
*
drm/i915: Show RING registers through debugfs
Chris Wilson
2016-10-05
1
-0
/
+30
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-1
/
+14
*
drm/i915/cmdparser: Make initialisation failure non-fatal
Chris Wilson
2016-08-18
1
-2
/
+4
*
drm/i915: Add enum for hardware engine identifiers
Tvrtko Ursulin
2016-08-17
1
-7
/
+7
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-2
/
+2
*
drm/i915: Consolidate i915_vma_unpin_and_release()
Chris Wilson
2016-08-15
1
-8
/
+1
*
drm/i915: Use VMA as the primary tracker for semaphore page
Chris Wilson
2016-08-15
1
-4
/
+8
*
drm/i915: Move common seqno reset to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-0
/
+42
*
drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
Chris Wilson
2016-08-15
1
-0
/
+50
*
drm/i915: Store number of active engines in device info
Tvrtko Ursulin
2016-08-11
1
-5
/
+5
*
drm/i915: Move missed interrupt detection from hangcheck to breadcrumbs
Chris Wilson
2016-08-10
1
-0
/
+1
*
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
2016-08-05
1
-1
/
+7
*
drm/i915: Double check the active status on the batch pool
Chris Wilson
2016-08-04
1
-1
/
+1
*
drm/i915: Refactor activity tracking for requests
Chris Wilson
2016-08-04
1
-1
/
+0
*
drm/i915: Move the common engine cleanup to intel_engine_cs.c
Chris Wilson
2016-08-03
1
-0
/
+14
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-1
/
+1
*
drm/i915: Add missing ring_mask to Pineview
Chris Wilson
2016-07-29
1
-0
/
+1
*
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
2016-07-27
1
-1
/
+1
[next]