index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_lrc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"
Chris Wilson
2017-03-29
1
-12
/
+0
*
drm/i915: Avoid lock dropping between rescheduling
Chris Wilson
2017-03-29
1
-29
/
+24
*
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
2017-03-27
1
-8
/
+4
*
drm/i915: Assert that the request->tail fits within the ring
Chris Wilson
2017-03-27
1
-0
/
+4
*
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
2017-03-27
1
-1
/
+3
*
drm/i915/execlists: Trim irq handler
Chris Wilson
2017-03-27
1
-15
/
+12
*
drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)
Chris Wilson
2017-03-23
1
-1
/
+11
*
drm/i915: Spinlocks in tasklets can use spin_(un)lock_irq
Tvrtko Ursulin
2017-03-21
1
-3
/
+2
*
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
2017-03-21
1
-2
/
+0
*
drm/i915/execlists: Split the atomic test_and_clear_bit for irq handler
Chris Wilson
2017-03-21
1
-1
/
+6
*
drm/i915: Reset tasklet back to execlists after disabling guc
Chris Wilson
2017-03-20
1
-0
/
+1
*
drm/i915: Skip execlists_dequeue() early if the list is empty
Chris Wilson
2017-03-17
1
-0
/
+12
*
drm/i915: Assert that the context pin_counts do not overflow
Chris Wilson
2017-03-16
1
-0
/
+1
*
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
2017-03-16
1
-10
/
+5
*
drm/i915: make context status notifier head be per engine
Changbin Du
2017-03-16
1
-1
/
+2
*
drm/i915/scheduler: emulate a scheduler for guc
Chris Wilson
2017-03-16
1
-4
/
+1
*
drm/i915: Avoid using word legacy with ppgtt
Mika Kuoppala
2017-03-03
1
-2
/
+2
*
drm/i915: Don't mark pdps clear if pdps are not submitted
Mika Kuoppala
2017-03-03
1
-11
/
+10
*
drm/i915: Generalise wait for execlists to be idle
Chris Wilson
2017-03-03
1
-28
/
+0
*
drm/i915/bdw: Do not write the replay bit of the ring mode register
Kelvin Gardiner
2017-02-27
1
-1
/
+0
*
drm/i915/execlists: Detect an out-of-order context switch
Chris Wilson
2017-02-24
1
-0
/
+1
*
drm/i915/tracepoints: Add backend level request in and out tracepoints
Tvrtko Ursulin
2017-02-21
1
-0
/
+2
*
drm/i915: Tidy execlists_init_reg_state
Tvrtko Ursulin
2017-02-21
1
-71
/
+56
*
drm/i915: Assert that the request->tail is always qword aligned
Chris Wilson
2017-02-20
1
-0
/
+4
*
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
2017-02-17
1
-51
/
+26
*
drm/i915: Tidy workaround batch buffer emission
Tvrtko Ursulin
2017-02-17
1
-201
/
+117
*
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
2017-02-15
1
-34
/
+1
*
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-14
1
-107
/
+100
*
drm/i915: Rename conditional GEM execution macros
Chris Wilson
2017-02-10
1
-4
/
+4
*
drm/i915: Always pin contexts into the high GGTT
Chris Wilson
2017-02-10
1
-3
/
+1
*
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
2017-02-09
1
-3
/
+3
*
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
2017-02-07
1
-1
/
+15
*
drm/i915: Avoid unguarded reads from the request pointer
Chris Wilson
2017-02-06
1
-3
/
+21
*
drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
Zhi Wang
2017-02-06
1
-1
/
+2
*
drm/i915: Print execlists restart after reset
Chris Wilson
2017-02-06
1
-0
/
+9
*
drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()
Chris Wilson
2017-02-01
1
-1
/
+7
*
drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTR
Chris Wilson
2017-02-01
1
-2
/
+0
*
drm/i915: Create context desc template when context is created
Mika Kuoppala
2017-01-30
1
-33
/
+2
*
drm/i915/glk: Turn on workarounds that apply to Geminilake too
Ander Conselvan de Oliveira
2017-01-30
1
-3
/
+3
*
drm/i915: Dequeue execlists on a new request if any port is available
Chris Wilson
2017-01-24
1
-1
/
+1
*
drm/i915: Only attempt to pass the first request to execlists
Chris Wilson
2017-01-24
1
-3
/
+4
*
drm/i915: Skip the execlists CSB scan and rewrite if the ring is untouched
Chris Wilson
2017-01-24
1
-2
/
+5
*
drm/i915: Only run execlist context-switch handler after an interrupt
Chris Wilson
2017-01-24
1
-1
/
+2
*
drm/i915: Only disable execlist preemption for the duration of the request
Chris Wilson
2017-01-24
1
-10
/
+4
*
drm/i915: Assert that we don't submit to execlists whilst a preempt is pending
Chris Wilson
2017-01-24
1
-0
/
+1
*
drm/i915: Remove BXT TDL state w/a
Chris Wilson
2017-01-23
1
-19
/
+0
*
drm/i915: Remove BXT disable pixel mask clamping w/a
Chris Wilson
2017-01-23
1
-9
/
+0
*
drm/i915: Remove BXT restore arbitration around ctx switch
Chris Wilson
2017-01-23
1
-8
/
+0
*
drm/i915: Remove BXT incoherent seqno write workaround
Chris Wilson
2017-01-23
1
-17
/
+0
*
drm/i915: Remove disable_lite_restore_wa
Chris Wilson
2017-01-23
1
-10
/
+1
[next]