summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Lock out execlist tasklet while peeking inside for busy-statsChris Wilson2018-02-131-8/+12
* drm/i915: Don't wake the device up to check if the engine is asleepChris Wilson2018-02-121-1/+3
* drm/i915/pmu: Reconstruct active state on starting busy-statsChris Wilson2018-02-011-1/+15
* BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-0/+5
|\
| * drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.Kenneth Graunke2018-01-111-0/+5
| * drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-11-091-2/+3
* | 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
* | drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-251-2/+31
* | drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-0/+6
* | drm/i915: Filter out spurious execlists context-switch interruptsChris Wilson2017-10-241-2/+3
|/
* drm/i915: Use a mask when applying WaProgramL3SqcReg1DefaultOscar Mateo2017-10-171-3/+6
* drm/i915: Add in-flight request details to intel_engine_dump()Chris Wilson2017-10-161-16/+19
* drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VMWeinan Li2017-10-161-4/+5
* drm/i915: Make i915_engine_info pretty printer to standaloneChris Wilson2017-10-091-0/+160
* drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC sizeOscar Mateo2017-10-051-1/+1
* drm/i915: Introduce a preempt contextChris Wilson2017-10-041-2/+20
OpenPOWER on IntegriCloud