summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uncore.c
AgeCommit message (Expand)Author
2016-10-10drm/i915: Just clear the mmiodebug before a register accessChris Wilson
2016-09-06drm/i915: Remove 64b mmio write vfuncsChris Wilson
2016-08-27drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson
2016-07-21Revert "drm/i915: Enable RC6 immediately"Chris Wilson
2016-07-21drm/i915: Enable RC6 immediatelyChris Wilson
2016-07-19drm/i915: Fixup kerneldoc code snippets in intel_uncore.cDaniel Vetter
2016-07-14drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-04drm/i915: Hold irq uncore.lock when initialising fw_domainsChris Wilson
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson
2016-06-30drm/i915: Use a hybrid scheme for fast register waitsChris Wilson
2016-05-23drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHEDDave Gordon
2016-05-13drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.cChris Wilson
2016-05-11drm/i915: Make IS_GENx macros work on a maskTvrtko Ursulin
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-04-14drm/i915: Use fw_domains_put_with_fifo() on HSWVille Syrjälä
2016-04-14drm/i915: Calculate edram sizeMika Kuoppala
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala
2016-04-12Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"Ville Syrjälä
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin
2016-04-12drm/i915: Remove forcewake request registers from the shadowed tableTvrtko Ursulin
2016-04-12drm/i915: Extract knowledge of register forcewake domainsTvrtko Ursulin
2016-04-12drm/i915: Do not serialize forcewake acquire across domainsTvrtko Ursulin
2016-04-12drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin
2016-04-12drm/i915: Use consistent forcewake auto-release timeout across kernel configsTvrtko Ursulin
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen
2016-04-05drm/i915/guc: reset GuC and retry on firmware load failureArun Siluvery
2016-03-30drm/i915: Rename __force_wake_get to __force_wake_autoChris Wilson
2016-03-17drm/i915: Modify reset func to handle per engine resetsMika Kuoppala
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin
2016-03-04drm/i915: Generalise common GPU engine reset request/unrequest codeTomas Elf
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble
2016-01-21drm/i915: Limit the auto arming of mmio debugs on vlv/chvMika Kuoppala
2016-01-11drm/i915: Arm the unclaimed mmio debugs on suspend pathMika Kuoppala
2016-01-11drm/i915: Enable mmio_debug for vlv/chvMika Kuoppala
2016-01-08drm/i915: Add non claimed mmio checking for vlv/chvMika Kuoppala
2016-01-08drm/i915: Streamline unclaimed reg debug traceMika Kuoppala
2016-01-08drm/i915: Do one shot unclaimed mmio detection less frequentlyMika Kuoppala
2016-01-08drm/i915: Introduce intel_uncore_unclaimed_mmioMika Kuoppala
2016-01-08drm/i915: Consolidate unclaimed mmio detectionMika Kuoppala
2015-12-17drm/i915: use assert_rpm_wakelock_held instead of opencoding itImre Deak
2015-12-17drm/i915: add assert_rpm_wakelock_held helperImre Deak
2015-12-17drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpersImre Deak
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä
2015-11-18drm/i915: Add 'offset' to uncore funcsVille Syrjälä