aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-19drm/i915: Fixup kerneldoc code snippets in intel_uncore.cDaniel Vetter1-4/+8
2016-07-14drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson1-1/+1
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-3/+3
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-1/+1
2016-07-04drm/i915: Hold irq uncore.lock when initialising fw_domainsChris Wilson1-0/+2
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-7/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-4/+6
2016-06-30drm/i915: Use a hybrid scheme for fast register waitsChris Wilson1-11/+72
2016-05-23drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHEDDave Gordon1-1/+1
2016-05-13drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.cChris Wilson1-39/+0
2016-05-11drm/i915: Make IS_GENx macros work on a maskTvrtko Ursulin1-2/+2
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-83/+79
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-7/+7
2016-04-14drm/i915: Use fw_domains_put_with_fifo() on HSWVille Syrjälä1-1/+5
2016-04-14drm/i915: Calculate edram sizeMika Kuoppala1-4/+17
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala1-12/+27
2016-04-12Revert "drm/i915: Limit the auto arming of mmio debugs on vlv/chv"Ville Syrjälä1-9/+0
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin1-0/+108
2016-04-12drm/i915: Remove forcewake request registers from the shadowed tableTvrtko Ursulin1-4/+0
2016-04-12drm/i915: Extract knowledge of register forcewake domainsTvrtko Ursulin1-100/+155
2016-04-12drm/i915: Do not serialize forcewake acquire across domainsTvrtko Ursulin1-1/+3
2016-04-12drm/i915: Simplify for_each_fw_domain iteratorsTvrtko Ursulin1-24/+21
2016-04-12drm/i915: Use consistent forcewake auto-release timeout across kernel configsTvrtko Ursulin1-9/+16
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-2/+2
2016-04-05drm/i915/guc: reset GuC and retry on firmware load failureArun Siluvery1-0/+19
2016-03-30drm/i915: Rename __force_wake_get to __force_wake_autoChris Wilson1-9/+9
2016-03-17drm/i915: Modify reset func to handle per engine resetsMika Kuoppala1-23/+64
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-2/+2
2016-03-04drm/i915: Generalise common GPU engine reset request/unrequest codeTomas Elf1-20/+36
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble1-0/+2
2016-01-21drm/i915: Limit the auto arming of mmio debugs on vlv/chvMika Kuoppala1-0/+9
2016-01-11drm/i915: Arm the unclaimed mmio debugs on suspend pathMika Kuoppala1-2/+5
2016-01-11drm/i915: Enable mmio_debug for vlv/chvMika Kuoppala1-19/+22
2016-01-08drm/i915: Add non claimed mmio checking for vlv/chvMika Kuoppala1-4/+27
2016-01-08drm/i915: Streamline unclaimed reg debug traceMika Kuoppala1-9/+9
2016-01-08drm/i915: Do one shot unclaimed mmio detection less frequentlyMika Kuoppala1-19/+18
2016-01-08drm/i915: Introduce intel_uncore_unclaimed_mmioMika Kuoppala1-3/+2
2016-01-08drm/i915: Consolidate unclaimed mmio detectionMika Kuoppala1-12/+23
2015-12-17drm/i915: use assert_rpm_wakelock_held instead of opencoding itImre Deak1-1/+1
2015-12-17drm/i915: add assert_rpm_wakelock_held helperImre Deak1-13/+7
2015-12-17drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpersImre Deak1-2/+1
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-2/+2
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+10
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-36/+37
2015-11-18drm/i915: Add 'offset' to uncore funcsVille Syrjälä1-23/+25
2015-11-18drm/i915: Pull the vgpu uncore funcs apart from the rest of gen6+Ville Syrjälä1-26/+54
2015-11-18drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctlVille Syrjälä1-11/+14
2015-11-05drm/i915: Do graphics device reset under forcewakeMika Kuoppala1-1/+10
2015-10-26drm/i915: Add NEEDS_FORCEWAKE() checks for vlv/chvVille Syrjälä1-3/+8
2015-10-26drm/i915: Respin vlv/chv reagister access to look more like SKLVille Syrjälä1-15/+22