summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-1/+1
* drm/i915: Move debugfs/i915_semaphore_status to i915_engine_infoChris Wilson2017-11-201-0/+9
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-14/+0
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-5/+3
* drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-1/+1
* drm/i915: Unconditionally apply the Broxton register workaround setChris Wilson2017-11-141-17/+12
* drm/i915: Remove pre-production Broxton register workaroundsChris Wilson2017-11-141-55/+1
* drm/i915: Unify SLICE_UNIT_LEVEL_CLKGATE w/a for cnlChris Wilson2017-11-141-3/+0
* drm/i915: Clear per-engine fault register as early as possibleMichel Thierry2017-11-131-0/+2
* drm/i915: Stop caching the "golden" renderstateChris Wilson2017-11-101-8/+1
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+17
* drm/i915: Force the switch to the i915->kernel_contextChris Wilson2017-11-101-2/+24
* drm/i915: Define an engine class enum for the uABITvrtko Ursulin2017-11-101-1/+9
* drm/i915: Restore the wait for idle engine after flushing interruptsChris Wilson2017-11-101-3/+4
* drm/i915: Implement ReadHitWriteOnlyDisable.Rafael Antognolli2017-11-081-0/+3
* drm/i915: Include intel_engine_is_idle() status in engine pretty-printerChris Wilson2017-11-081-0/+1
* drm/i915: Flush the irq and tasklets before asserting engine is idleChris Wilson2017-11-021-3/+4
* drm/i915: Give more details for the active-when-parking warning for the enginesChris Wilson2017-11-011-7/+13
* drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson2017-11-011-0/+7
* drm/i915: Include RING_MODE when dumping the engine stateChris Wilson2017-10-261-2/+7
* drm/i915: Rename helpers used for unwinding, use macro for can_preemptMichaƂ Winiarski2017-10-261-3/+3
OpenPOWER on IntegriCloud