aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glkMichel Thierry1-0/+4
2018-03-07drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio1-0/+3
2018-03-07drm/i915/icl: Correctly initialize the Gen11 enginesOscar Mateo1-1/+43
2018-02-28drm/i915: Don't deref request->ctx inside unlocked print_request()Chris Wilson1-2/+2
2018-02-23drm/i915/preemption: Allow preemption between submission portsChris Wilson1-0/+2
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-13/+13
2018-02-12drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson1-71/+91
2018-02-12drm/i915: Don't wake the device up to check if the engine is asleepChris Wilson1-1/+3
2018-02-08drm/i915: Remove redundant check on execlists interruptChris Wilson1-4/+0
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson1-3/+3
2018-01-22drm/i915: Downgrade incorrect engine constructor usage warnings to developmentTvrtko Ursulin1-1/+2
2018-01-19drm/i915/icl: Gen11 render context sizeTvrtko Ursulin1-0/+3
2018-01-19drm/i915: Return a default RCS context sizeOscar Mateo1-0/+2
2018-01-15drm/i915: Lock out execlist tasklet while peeking inside for busy-statsChris Wilson1-8/+12
2018-01-11drm/i915/pmu: Reconstruct active state on starting busy-statsChris Wilson1-1/+15
2018-01-05drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.Kenneth Graunke1-0/+5
2017-12-22drm/i915: Show HWSP in intel_engine_dump()Chris Wilson1-1/+33
2017-12-19drm/i915: Implement WaDisableEarlyEOT.Rafael Antognolli1-0/+3
2017-12-18drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson1-0/+18
2017-12-13drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson1-4/+2
2017-12-11drm/i915: Stop showing seqno info from debugfs/i915_interrupt_infoChris Wilson1-0/+4
2017-12-08drm/i915: Add is-wedged flag to intel_engine_dump()Chris Wilson1-0/+3
2017-12-08drm/i915: Include the global reset count for intel_engine_dump()Chris Wilson1-2/+3
2017-12-08drm/i915: Include engine state on detecting a missed breadcrumb/seqnoChris Wilson1-0/+6
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson1-3/+12
2017-12-08drm/i915: Use snprintf to avoid line-break when pretty-printing enginesChris Wilson1-5/+6
2017-11-30drm/i915/glk: Apply WaProgramL3SqcReg1DefaultForPerf for GLK tooValtteri Rantala1-7/+9
2017-11-29drm/i915: Consolidate checks for engine stats availabilityTvrtko Ursulin1-2/+2
2017-11-22drm/i915: Engine busy time trackingTvrtko Ursulin1-0/+87
2017-11-22drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin1-0/+33
2017-11-20drm/i915: Remove i915.semaphores modparamChris Wilson1-1/+1
2017-11-20drm/i915: Move debugfs/i915_semaphore_status to i915_engine_infoChris Wilson1-0/+9
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-14/+0
2017-11-20drm/i915: Remove i915.enable_execlists module parameterChris Wilson1-5/+3
2017-11-16drm/i915: Update execlists tasklet namingSagar Arun Kamble1-1/+1
2017-11-14drm/i915: Unconditionally apply the Broxton register workaround setChris Wilson1-17/+12
2017-11-14drm/i915: Remove pre-production Broxton register workaroundsChris Wilson1-55/+1
2017-11-14drm/i915: Unify SLICE_UNIT_LEVEL_CLKGATE w/a for cnlChris Wilson1-3/+0
2017-11-13drm/i915: Clear per-engine fault register as early as possibleMichel Thierry1-0/+2
2017-11-10drm/i915: Stop caching the "golden" renderstateChris Wilson1-8/+1
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson1-0/+17
2017-11-10drm/i915: Force the switch to the i915->kernel_contextChris Wilson1-2/+24
2017-11-10drm/i915: Define an engine class enum for the uABITvrtko Ursulin1-1/+9
2017-11-10drm/i915: Restore the wait for idle engine after flushing interruptsChris Wilson1-3/+4
2017-11-08drm/i915: Implement ReadHitWriteOnlyDisable.Rafael Antognolli1-0/+3
2017-11-08drm/i915: Include intel_engine_is_idle() status in engine pretty-printerChris Wilson1-0/+1
2017-11-02drm/i915: Flush the irq and tasklets before asserting engine is idleChris Wilson1-3/+4
2017-11-01drm/i915: Give more details for the active-when-parking warning for the enginesChris Wilson1-7/+13
2017-11-01drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson1-0/+7
2017-10-26drm/i915: Include RING_MODE when dumping the engine stateChris Wilson1-2/+7