index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_engine_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
drm/i915: Use a mask when applying WaProgramL3SqcReg1Default
Oscar Mateo
1
-3
/
+6
2017-07-27
drm/i915: Move idle checks before intel_engine_init_global_seqno()
Chris Wilson
1
-3
/
+0
2017-07-27
drm/i915: Check the execlist queue for pending requests before declaring idle
Chris Wilson
1
-0
/
+4
2017-07-07
drm/i915/cnl: Gen10 render context size.
Rodrigo Vivi
1
-0
/
+1
2017-06-29
drm/i915/cfl: Fix Workarounds.
Rodrigo Vivi
1
-7
/
+7
2017-06-28
drm/i915: Cancel pending execlists irq handler upon idling
Chris Wilson
1
-0
/
+1
2017-06-20
drm/i915: Simplify intel_engines_init
Tvrtko Ursulin
1
-24
/
+12
2017-06-16
drm/i915/cfl: Introduce Coffee Lake workarounds.
Rodrigo Vivi
1
-22
/
+59
2017-06-01
drm/i915: Check the ring is empty when declaring the engines are idle
Chris Wilson
1
-0
/
+5
2017-05-30
drm/i915: Hold a wakeref for probing the ring registers
Chris Wilson
1
-1
/
+17
2017-05-17
drm/i915: Split execlist priority queue into rbtree + linked list
Chris Wilson
1
-0
/
+12
2017-05-17
drm/i915/execlists: Pack the count into the low bits of the port.request
Chris Wilson
1
-1
/
+1
2017-05-17
drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7
Arkadiusz Hiler
1
-0
/
+2
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
1
-3
/
+4
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-3
/
+87
2017-04-21
drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()
Chris Wilson
1
-3
/
+1
2017-04-12
drm/i915: Pretend the engine is always idle when mocking
Chris Wilson
1
-0
/
+3
2017-04-11
drm/i915: Lie and treat all engines as idle if wedged
Chris Wilson
1
-0
/
+4
2017-04-11
drm/i915: Bail if we do not setup the RCS engine
Chris Wilson
1
-2
/
+8
2017-04-11
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
1
-7
/
+7
2017-04-11
drm/i915: Split the engine info table in two levels, using class + instance
Oscar Mateo
1
-23
/
+43
2017-04-11
drm/i915: Generate the engine name based on the instance number
Oscar Mateo
1
-2
/
+3
2017-04-11
drm/i915: Use the same vfunc for BSD2 ring init
Oscar Mateo
1
-1
/
+1
2017-04-11
drm/i915: Classify the engines in class + instance
Daniele Ceraolo Spurio
1
-0
/
+14
2017-04-07
drm/i915: Assert the engine is idle before overwiting the HWS
Chris Wilson
1
-0
/
+4
2017-03-30
drm/i915: Suppress busy status for engines if wedged
Chris Wilson
1
-0
/
+9
2017-03-30
drm/i915: Drop verbose and archaic "ring" from our internal engine names
Chris Wilson
1
-10
/
+10
2017-03-21
drm/i915: intel_engine_init_global_seqno() requires atomic kmap
Chris Wilson
1
-2
/
+2
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
1
-0
/
+12
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
1
-0
/
+2
2017-03-16
drm/i915: Replace irq_seqno_barrier on hws write with a clflush
Chris Wilson
1
-2
/
+1
2017-03-03
drm/i915: Don't use enums for hardware engine id
Michal Wajdeczko
1
-2
/
+2
2017-03-03
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
1
-0
/
+13
2017-03-03
drm/i915: Ensure the engine is idle before manually changing HWS
Chris Wilson
1
-0
/
+31
2017-03-01
drm/i915: Move w/a LRI debug message from context-init to driver load
Chris Wilson
1
-19
/
+19
2017-02-23
drm/i915: Keep a global seqno per-engine
Chris Wilson
1
-2
/
+0
2017-02-17
drm/i915: Move common workaround code to intel_engine_cs
Tvrtko Ursulin
1
-0
/
+550
2017-02-17
drm/i915: Simplify cleanup path in intel_engines_init
Tvrtko Ursulin
1
-3
/
+1
2017-02-13
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
Chris Wilson
1
-0
/
+4
2017-01-24
drm/i915: Split intel_engine allocation and initialisation
Chris Wilson
1
-19
/
+61
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
1
-1
/
+1
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-2
/
+19
2016-12-01
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
1
-3
/
+2
2016-12-01
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-11-14
drm/i915/scheduler: Execute requests in order of priorities
Chris Wilson
1
-1
/
+2
2016-11-14
drm/i915/scheduler: Signal the arrival of a new request
Chris Wilson
1
-0
/
+3
2016-11-14
drm/i915: Remove engine->execlist_lock
Chris Wilson
1
-1
/
+0
2016-11-02
drm/i915: Move hangcheck code out from i915_irq.c
Mika Kuoppala
1
-5
/
+0
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-2
/
+0
2016-10-28
drm/i915: Combine seqno + tracking into a global timeline struct
Chris Wilson
1
-8
/
+7
[next]