summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
Commit message (Expand)AuthorAge
* drm/i915/execlists: Clear user-active flag on preemption completionChris Wilson2018-04-04
* drm/i915/execlists: Use a locked clear_bit() for synchronisation with interruptChris Wilson2018-03-27
* drm/i915: add schedule out notification of preempted but completed requestWeinan Li2018-03-08
* drm/i915: store all subslice masksLionel Landwerlin2018-03-08
* drm/i915/icl: Add Indirect Context Offset for Gen11Michel Thierry2018-03-07
* drm/i915/icl: Enhanced execution list supportThomas Daniel2018-03-07
* drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio2018-03-07
* drm/i915/icl: Ringbuffer interrupt handlingTvrtko Ursulin2018-03-05
* drm/i915/execlists: Split spinlock from its irq disabling side-effectChris Wilson2018-03-02
* drm/i915/execlists: Move irq state manipulation inside irq disabled regionChris Wilson2018-03-02
* drm/i915: Suspend submission tasklets around wedgingChris Wilson2018-03-02
* drm/i915/preemption: Allow preemption between submission portsChris Wilson2018-02-23
* drm/i915/execlists: Move the GEM_BUG_ON context matches CSB laterChris Wilson2018-02-22
* drm/i915/execlists: Add a GEM_TRACE to show when the context is completedChris Wilson2018-02-22
* drm/i915/execlists: Remove the ring advancement under preemptionChris Wilson2018-02-21
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21
* drm/i915/execlists: Remove too early assertChris Wilson2018-02-16
* drm/i915: Assert that we always complete a submission to guc/execlistsChris Wilson2018-02-16
* drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-08
* drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson2018-02-08
* drm/i915/cnl: WaPipeControlBefore3DStateSamplePatternRafael Antognolli2018-02-06
* drm/i915/execlists: Move the reset bits to a more natural homeChris Wilson2018-02-05
* drm/i915/execlists: Remove the startup spamChris Wilson2018-02-05
* drm/i915/execlists: Flush GTIIR on clearing CS interrupts during resetChris Wilson2018-02-02
* drm/i915/icl: Set graphics mode register for gen11Kelvin Gardiner2018-01-31
* drm/i915/lrc: Remove superfluous WARN_ONChris Wilson2018-01-26
* drm/i915/lrc: Clear context restore/save inhibit flags for new contextsChris Wilson2018-01-25
* drm/i915/execlists: Inhibit context save/restore for the fake preempt contextChris Wilson2018-01-24
* drm/i915: Move LRC register offsets to a header fileMichel Thierry2018-01-24
* drm/i915/lrc: Update reg_state macros to pass checkpatchMichel Thierry2018-01-24
* drm/i915/execlists: Skip forcewake for ELSP submissionChris Wilson2018-01-22
* drm/i915: Per-engine scratch VMA is mandatoryTvrtko Ursulin2018-01-22
* drm/i915: Downgrade incorrect engine constructor usage warnings to developmentTvrtko Ursulin2018-01-22
* drm/i915: Don't adjust priority on an already signaled fenceChris Wilson2018-01-08
* drm/i915/execlists: Reduce list_for_each_safe+list_safe_reset_nextChris Wilson2018-01-03
* drm/i915/execlists: Assert there are no simple cycles in the dependenciesChris Wilson2018-01-03
* drm/i915: Assert all signalers we depended on did indeed signalChris Wilson2018-01-03
* drm/i915/execlists: Tidy enabling execlistsChris Wilson2018-01-03
* drm/i915/execlists: Record elsp offset during engine setupChris Wilson2018-01-03
* drm/i915/execlists: Clear context-switch interrupt earlier in the resetChris Wilson2018-01-03
* drm/i915/execlists: Show preemption progress in GEM_TRACEChris Wilson2017-12-22
* drm/i915: Tidy up GEM_TRACE around execlistsChris Wilson2017-12-20
* drm/i915: Avoid context dereference inside execlists_submission_taskletChris Wilson2017-12-19
* drm/i915/execlists: Cache ELSP register offsetChris Wilson2017-12-08
* drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-29
* drm/i915: Engine busy time trackingTvrtko Ursulin2017-11-22
* drm/i915: Wrap context schedule notificationTvrtko Ursulin2017-11-22
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-20
* drm/i915/execlists: Delay writing to ELSP until HW has processed the previous...Michel Thierry2017-11-20
* drm/i915/execlists: Assert that we don't get mixed IDLE_ACTIVE | COMPLETE eventsChris Wilson2017-11-20