aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson1-4/+2
2017-05-19drm/i915: set initialised only when init_context callback is NULLChuanxiao Dong1-1/+1
2017-03-29Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson1-12/+0
2017-03-29drm/i915: Avoid lock dropping between reschedulingChris Wilson1-29/+24
2017-03-27drm/i915: Refactor tests for validity of RING_TAILChris Wilson1-8/+4
2017-03-27drm/i915: Assert that the request->tail fits within the ringChris Wilson1-0/+4
2017-03-27drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson1-1/+3
2017-03-27drm/i915/execlists: Trim irq handlerChris Wilson1-15/+12
2017-03-23drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)Chris Wilson1-1/+11
2017-03-21drm/i915: Spinlocks in tasklets can use spin_(un)lock_irqTvrtko Ursulin1-3/+2
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson1-2/+0
2017-03-21drm/i915/execlists: Split the atomic test_and_clear_bit for irq handlerChris Wilson1-1/+6
2017-03-20drm/i915: Reset tasklet back to execlists after disabling gucChris Wilson1-0/+1
2017-03-17drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson1-0/+12
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson1-0/+1
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson1-10/+5
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du1-1/+2
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson1-4/+1
2017-03-03drm/i915: Avoid using word legacy with ppgttMika Kuoppala1-2/+2
2017-03-03drm/i915: Don't mark pdps clear if pdps are not submittedMika Kuoppala1-11/+10
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson1-28/+0
2017-02-27drm/i915/bdw: Do not write the replay bit of the ring mode registerKelvin Gardiner1-1/+0
2017-02-24drm/i915/execlists: Detect an out-of-order context switchChris Wilson1-0/+1
2017-02-21drm/i915/tracepoints: Add backend level request in and out tracepointsTvrtko Ursulin1-0/+2
2017-02-21drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin1-71/+56
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson1-0/+4
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin1-51/+26
2017-02-17drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin1-201/+117
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin1-34/+1
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-107/+100
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson1-4/+4
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson1-3/+1
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson1-3/+3
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson1-1/+15
2017-02-06drm/i915: Avoid unguarded reads from the request pointerChris Wilson1-3/+21
2017-02-06drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang1-1/+2
2017-02-06drm/i915: Print execlists restart after resetChris Wilson1-0/+9
2017-02-01drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()Chris Wilson1-1/+7
2017-02-01drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTRChris Wilson1-2/+0
2017-01-30drm/i915: Create context desc template when context is createdMika Kuoppala1-33/+2
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira1-3/+3
2017-01-24drm/i915: Dequeue execlists on a new request if any port is availableChris Wilson1-1/+1
2017-01-24drm/i915: Only attempt to pass the first request to execlistsChris Wilson1-3/+4
2017-01-24drm/i915: Skip the execlists CSB scan and rewrite if the ring is untouchedChris Wilson1-2/+5
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson1-1/+2
2017-01-24drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson1-10/+4
2017-01-24drm/i915: Assert that we don't submit to execlists whilst a preempt is pendingChris Wilson1-0/+1
2017-01-23drm/i915: Remove BXT TDL state w/aChris Wilson1-19/+0
2017-01-23drm/i915: Remove BXT disable pixel mask clamping w/aChris Wilson1-9/+0
2017-01-23drm/i915: Remove BXT restore arbitration around ctx switchChris Wilson1-8/+0