summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915/preempt: Default to disabled mid-command preemption levelsMichał Winiarski2017-10-041-0/+25
* drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMDJeff McGee2017-10-041-10/+6
* drm/i915: Remove WA_(SET|CLR)_BITChris Wilson2017-10-041-5/+0
* drm/i915: Move MMCD_MISC_CTRL from context w/a to standardChris Wilson2017-10-041-1/+5
* drm/i915: Transform whitelisting WAs into a simple reg writeOscar Mateo2017-10-041-2/+2
* drm/i915: Make execlist port count variableMika Kuoppala2017-09-251-0/+4
* drm/i915: Move execlist initialization into intel_engine_cs.cMika Kuoppala2017-09-251-2/+28
* drm/i915: Make own struct for execlist itemsMika Kuoppala2017-09-251-6/+6
* drm/i915/cnl: Add Gen10 LRC sizeOscar Mateo2017-09-221-0/+2
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-2/+2
* drm/i915: Switch over to the LLC/eLLC hotspot avoidance hash mode for CCSVille Syrjälä2017-09-141-0/+13
* drm/i915: Allow HW status page to be bound highChris Wilson2017-09-131-0/+2
* drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio2017-09-131-1/+125
* drm/i915: Transform WaDisablePooledEuLoadBalancingFix into a simple register ...Oscar Mateo2017-09-071-2/+2
* drm/i915: Transform WaDisableDynamicCreditSharing into a simple register writeOscar Mateo2017-09-071-2/+3
* drm/i915: Transform WaDisableGafsUnitClkGating into a simple reg writeOscar Mateo2017-09-071-3/+6
OpenPOWER on IntegriCloud