summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-021-1/+2
* drm/i915: Show ring->start for the ELSP context/request queueChris Wilson2018-05-021-2/+3
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-7/+6
* drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson2018-04-301-3/+2
* drm/i915: Use seqlock in engine statsTvrtko Ursulin2018-04-261-9/+10
* drm/i915: Skip printing global offsets for per-engine scratch pagesChris Wilson2018-04-241-5/+0
* drm/i915: Don't dump umpteen thousand requestsChris Wilson2018-04-241-5/+38
* drm/i915: Build request info on stack before printkChris Wilson2018-04-241-9/+15
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-3/+15
* drm/i915: Rename priotree to schedChris Wilson2018-04-181-2/+2
* drm/i915/cnl: Use mmio access to context status bufferMika Kuoppala2018-04-131-0/+3
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-111-634/+0
* drm/i915/execlists: Set queue priority from secondary portChris Wilson2018-04-111-0/+3
* drm/i915: Include submission tasklet state in engine dumpChris Wilson2018-03-271-2/+5
* drm/i915/icl: Update subslice define for ICL 11Kelvin Gardiner2018-03-201-4/+18
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-151-10/+0
* drm/i915: add a selftest for the mmio_bases tableDaniele Ceraolo Spurio2018-03-151-6/+10
* drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio2018-03-151-28/+50
* drm/i915: Check rq->timeline before deferenceChris Wilson2018-03-141-1/+3
* drm/i915: Change parameters order in i915_gem_batch_pool_initMichal Wajdeczko2018-03-091-3/+6
* drm/i915: Include ring->emit in debuggingChris Wilson2018-03-091-3/+7
* drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio2018-03-071-0/+3
* drm/i915/icl: Correctly initialize the Gen11 enginesOscar Mateo2018-03-071-1/+43
* drm/i915: Don't deref request->ctx inside unlocked print_request()Chris Wilson2018-02-281-2/+2
* drm/i915/preemption: Allow preemption between submission portsChris Wilson2018-02-231-0/+2
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-13/+13
* drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson2018-02-121-71/+91
* drm/i915: Don't wake the device up to check if the engine is asleepChris Wilson2018-02-121-1/+3
* drm/i915: Remove redundant check on execlists interruptChris Wilson2018-02-081-4/+0
* drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-081-3/+3
* drm/i915: Downgrade incorrect engine constructor usage warnings to developmentTvrtko Ursulin2018-01-221-1/+2
* drm/i915/icl: Gen11 render context sizeTvrtko Ursulin2018-01-191-0/+3
* drm/i915: Return a default RCS context sizeOscar Mateo2018-01-191-0/+2
* drm/i915: Lock out execlist tasklet while peeking inside for busy-statsChris Wilson2018-01-151-8/+12
* drm/i915/pmu: Reconstruct active state on starting busy-statsChris Wilson2018-01-111-1/+15
* drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.Kenneth Graunke2018-01-051-0/+5
* drm/i915: Show HWSP in intel_engine_dump()Chris Wilson2017-12-221-1/+33
* drm/i915: Implement WaDisableEarlyEOT.Rafael Antognolli2017-12-191-0/+3
* drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson2017-12-181-0/+18
* drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson2017-12-131-4/+2
* drm/i915: Stop showing seqno info from debugfs/i915_interrupt_infoChris Wilson2017-12-111-0/+4
* drm/i915: Add is-wedged flag to intel_engine_dump()Chris Wilson2017-12-081-0/+3
* drm/i915: Include the global reset count for intel_engine_dump()Chris Wilson2017-12-081-2/+3
* drm/i915: Include engine state on detecting a missed breadcrumb/seqnoChris Wilson2017-12-081-0/+6
* drm/i915: Make engine state pretty-printer header configurableChris Wilson2017-12-081-3/+12
* drm/i915: Use snprintf to avoid line-break when pretty-printing enginesChris Wilson2017-12-081-5/+6
* drm/i915/glk: Apply WaProgramL3SqcReg1DefaultForPerf for GLK tooValtteri Rantala2017-11-301-7/+9
* drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin2017-11-291-2/+2
* drm/i915: Engine busy time trackingTvrtko Ursulin2017-11-221-0/+87
* drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+33